From 3d6774275accfcb365bccd74f1032c4454ae71d4 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Thu, 11 Sep 2025 13:10:29 +0200 Subject: [PATCH] Add link to wiki --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6eb172b..63c31f4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ You will find some [basic instructions](https://guide.openrndr.org/setUpYourFirs - `./gradlew jpackageZip` creates a zip with a stand-alone executable for the current platform (works with Java 14 only). Run it like this: `cd build/jpackage/openrndr-application/ && bin/openrndr-application`. - `./gradlew dependencyUpydates` checks whether any dependencies have newer versions. +## Tips and issues + +See the [wiki](https://github.com/openrndr/openrndr-template/wiki) + ## Cross builds To create a runnable jar for a platform different from your current platform, use `./gradlew jar -PtargetPlatform=`, where `` is either `windows`, `macos`, `linux-x64`, or `linux-arm64`.