Update README.md

This commit is contained in:
Yair Morgenstern 2019-11-19 20:20:29 +02:00 committed by GitHub
parent ff3795c96f
commit ae39791385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ Building: `gradlew desktop:dist`
Running: `./gradlew desktop:run` Running: `./gradlew desktop:run`
Building: `./gradlew desktop:dist` 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. 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 After building, the output .JAR file should be in /desktop/build/libs/Unciv.jar