README: note on the package installed

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-10-03 16:17:56 -04:00
parent fadee31f21
commit b1db4b75eb
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 14 additions and 0 deletions

View File

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