README: note on the package installed
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
fadee31f21
commit
b1db4b75eb
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -2,3 +2,17 @@
|
||||||
|
|
||||||
took a look at https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
|
took a look at https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
|
||||||
|
|
||||||
|
|
||||||
|
## setup
|
||||||
|
|
||||||
|
on debian:12
|
||||||
|
|
||||||
|
```shell
|
||||||
|
apt install ant
|
||||||
|
```
|
||||||
|
|
||||||
|
## run
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ant run
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue