From 6a45db449194a587302b0f9f66e70886bdbd58ed Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 22 Jun 2021 14:27:04 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b274aa4c..028a7a1d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ORX (OPENRNDR EXTRA) +# ORX (OPENRNDR EXTRA) 0.4 (development branch) [ ![Download](https://api.bintray.com/packages/openrndr/openrndr/orx/images/download.svg) ](https://bintray.com/openrndr/openrndr/orx/_latestVersion) @@ -56,6 +56,8 @@ A growing library of assorted data structures, algorithms and utilities. ## Create and use local builds of the library -run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) +First build and publish OPENRNDR 0.4 SNAPSHOT (using `-Prelease.version=0.5.1-SNAPSHOT`) from the `openrndr-0.4` branch. -In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. \ No newline at end of file +run `./gradlew publishToMavenLocal -Prelease.version=0.5.1-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) + +In an [`openrndr-template`](https://youtu.be/saAzoREfa90?t=787) based project set `orxUseSnapshot = true` in order to use the snapshot build. \ No newline at end of file