Update README.md

This commit is contained in:
Edwin Jakobs
2020-02-02 19:34:17 +01:00
committed by GitHub
parent c9b8cda267
commit bba745bb4a

View File

@@ -28,6 +28,6 @@ A growing library of assorted data structures, algorithms and utilities.
## Create and use local builds of the library
run `./gradlew publishToLocalMaven -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration)
run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration)
In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.