From 8b162d7b2f44d57815cfccc377da6d45ed62cffe Mon Sep 17 00:00:00 2001 From: sehl Date: Fri, 24 Oct 2025 00:58:37 +0200 Subject: [PATCH] =?UTF-8?q?MAJ=20du=20README=20(r=C3=A9glage=20erreur=20or?= =?UTF-8?q?ganisation=20du=20code)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd6aa7..012eec1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ java -cp Papillon.jar:libs/mariadb fr.iutfbleau.papillon.Start L’organisation du projet suit une structure claire permettant de séparer le code source, les composants externes et les fichiers de configuration. +``` SAE31_2025/ ├── lib/ # Bibliothèques externes MariaDB ├── src/ # Code source du projet @@ -88,7 +89,7 @@ SAE31_2025/ ├── Makefile # Automatisation pour la compilation et l’exécution ├── papillon.sql # Script SQL pour la base de données du projet └── README.md # Fichier actuelle - +``` --- ## Création de la documentation