aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1d03d6..b1a01b9 100644
--- a/README.md
+++ b/README.md
@@ -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: