From b1db4b75ebb70c01cbd32124847160cc0009c9c5 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 3 Oct 2023 16:17:56 -0400 Subject: [PATCH] README: note on the package installed Signed-off-by: Vincent Batts --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ff1c82e..cba6da3 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ took a look at https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html + +## setup + +on debian:12 + +```shell +apt install ant +``` + +## run + +```shell +ant run +```