From ae3979138581daccb7f794503950efd0e6f2df03 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 19 Nov 2019 20:20:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af747948b9..7838675ae4 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Building: `gradlew desktop:dist` Running: `./gradlew desktop:run` Building: `./gradlew desktop:dist` -If the terminal returns Permission denied or Command not found on Mac/Linux, run chmod +x ./gradlew before running ./gradlew. *This is a one-time procedure.* +If the terminal returns Permission denied or Command not found on Mac/Linux, run `chmod +x ./gradlew` before running `./gradlew`. *This is a one-time procedure.* Gradle may take up to several minutes to download files. Be patient. After building, the output .JAR file should be in /desktop/build/libs/Unciv.jar