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 +```