diff options
author | Phil Burk <[email protected]> | 2021-10-09 15:21:38 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-09 15:21:38 -0700 |
commit | ff6a638feaaf2df38929e77c6a81975ba560282b (patch) | |
tree | 7e543fcf5beb50f54eeed2d4e3092061b3aa9559 | |
parent | edfc73a107a368ec084eb364a62db3b580987a4b (diff) |
Add "ant docs" info
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,12 +30,17 @@ Enter: ant The resulting jar will be placed in "dist/lib/". + To run the built-in test App on a desktop, enter something like this: java -jar dist/lib/jsyn-20160203.jar but with the correct date. +To create javadocs enter: + + ant docs + ### Build Using Gradle Enter: |