From 89321c9203da733e79d3bb903a87b49d4b7324c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Fri, 31 Dec 2021 12:01:12 +0100 Subject: [PATCH] doc(build): add instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51ecf69..2aa8211 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,15 @@ Résultat de la commande !aide : ### Dépendances - apt install ant default-jdk +```bash +apt install ant default-jdk +``` ### Build - /build.sh +```bash +./build.sh +``` ## License