From 61bbfee6408a34d9bf4946194ba0dacdc8c2bff0 Mon Sep 17 00:00:00 2001 From: Julian Krings <47589149+CrazyDev05@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:20:25 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fadd56ffe..3d366c618 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,11 @@ Consider supporting our development by buying Iris on spigot! We work hard to ma 3. Add `export JAVA_HOME=$(/usr/libexec/java_home)` as a new line 4. Use `CTRL + X`, then Press `Y`, Then `ENTER` 5. Quit & Reopen Terminal and verify with `echo $JAVA_HOME`. It should print a directory -3. If this is your first time building Iris for MC 1.18+ run `gradlew setup` inside the root Iris project folder. - Otherwise, skip this step. Grab a coffee, this may take up to 45 minutes depending on your cpu & internet connection. -4. Once the project has setup, run `gradlew iris` -5. The Iris jar will be placed in `Iris/build/Iris-XXX-XXX.jar` Enjoy! Consider supporting us by buying it on spigot! +3. Once the project has setup, run `gradlew iris` +4. The Iris jar will be placed in `Iris/build/Iris-XXX-XXX.jar` Enjoy! Consider supporting us by buying it on spigot! ### IDE Builds (for development) -* Run `gradlew setup` any time you get dependency issues with craftbukkit * Configure ITJ Gradle to use JDK 17 (in settings, search for gradle) * Add a build line in the build.gradle for your own build task to directly compile Iris into your plugins folder if you prefer.