From a75f1ad06cba2c87246d43b4d59c7f4753f4fec6 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Mon, 29 Jul 2024 18:41:29 -0400 Subject: [PATCH] Update compiler instructions to not use gradle wrapper which is incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a40ced..cd4642d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Firestar uses the Gradle build system. We write our code and perform all our tes git clone https://git.worlio.com/bonkmaykr/firestar.git ``` -3. `cd` to `firestar/` and run `./gradlew build` to make a JAR or `./gradlew run` to test your code immediately. +3. `cd` to `firestar/` and run `gradle build` to make a JAR or `gradle run` to test your code immediately. - On Windows systems make sure you're running `gradlew.bat` and not the Bash script instead. # FAQ