diff options
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r-- | DEVELOPING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md index 804a28b..a59f7fb 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -25,7 +25,7 @@ With the new inclusion of Gradle replacing ant (bye bye 2014) this brings some m This allows you to use JSyn as a maven/gradle repository on your machine. ``` -./gradlew publishToMavenLocal +./gradlew install ``` It can be used via |