Skip to content

Commit

Permalink
[README] Don't mention specific snapshot versions (#329)
Browse files Browse the repository at this point in the history
Also link to the detailed wiki page
  • Loading branch information
hamoid authored Mar 1, 2024
1 parent 3482b59 commit 1454a0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ Run (or import in IntelliJ IDEA and edit the run configuration).
./gradlew publishToMavenLocal snapshot
```

This command will build and publish a snapshot of the next version of the library. For example, if the current latest
release is 0.4.2, then it will create a release named "0.4.3-SNAPSHOT" and publish it to your local maven repository.
This command will build and publish a snapshot of the next version of the library to your local maven repository.
The exact version will be shown in the console output during the build process.

Now you can run the same command again but for this repository.
Expand All @@ -98,6 +97,7 @@ Now you can run the same command again but for this repository.
It will automatically use the locally published snapshot of OPENRNDR for building ORX and will publish ORX to your local
maven repository with the same logic as before.

Once that's done, you can use the local build of ORX in
your [openrndr-template](https://github.com/openrndr/openrndr-template) by specifying the version you published. In this
case, it would be "0.4.3-SNAPSHOT".
Once that's done, you can use the local builds of OPENRNDR and ORX in
your [openrndr-template](https://github.com/openrndr/openrndr-template) by specifying the version that was published.

Take a look at the [wiki](https://github.com/openrndr/openrndr/wiki/Building-OPENRNDR-and-ORX) for a more detailed walk-through.

0 comments on commit 1454a0e

Please sign in to comment.