Add instructions to change permissions (#415)

This commit is contained in:
BLucky-gh
2019-03-12 23:09:06 +04:00
committed by Anuken
parent 609565af5f
commit 47300b42b0

View File

@@ -29,6 +29,12 @@ _Building:_ `./gradlew desktop:dist`
Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server', e.g. `gradlew server:dist`.
##### Troubleshooting
If the terminal returns `Permission denied` or `Command not found` on Mac/Linux, run `chmod +x ./gradlew` before running `./gradlew`.
NOTE: this is a one-time procedure.
---
Gradle may take up to several minutes to download files. Be patient. <br>