From bf7a2adda02b79a4472cf2377d5291e0555ce713 Mon Sep 17 00:00:00 2001 From: iliya <iliya.saroukha@hes-so.ch> Date: Thu, 2 Nov 2023 18:46:29 +0100 Subject: [PATCH] feat: updated readme with additional info about the project structure --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0da6b8b..4076113 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # OOP Project 2023 +<!--toc:start--> +- [OOP Project 2023](#oop-project-2023) + - [Compiling](#compiling) + - [Executing](#executing) + - [Part 1 --- 03/11/2023](#part-1-03112023) + - [Indication](#indication) +<!--toc:end--> + + + ## Compiling ```bash @@ -11,3 +21,10 @@ mvn compile ```bash mvn exec:java ``` + +## Part 1 --- 03/11/2023 + +### Indication + +Actuellement la 1ère partie du projet correspond à la branche `master`, par la +suite les diverses parties possèderont leur branche respective. -- GitLab