From 4de8e2da22d19b87978bac799fe59964d1506bdb Mon Sep 17 00:00:00 2001 From: Alexis Leboeuf Date: Tue, 6 Jan 2026 08:41:18 +0100 Subject: [PATCH] Added little doc to compile/install dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae7adc2..8f43eef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # hackathon +In order to launch any task (Maven compile, clean install ...) be sure to launch the Docker compose in the root directory with : +docker compose up ## Getting started