From 47300b42b0251640a379819059c597fd5837a40e Mon Sep 17 00:00:00 2001 From: BLucky-gh Date: Tue, 12 Mar 2019 23:09:06 +0400 Subject: [PATCH] Add instructions to change permissions (#415) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f85d9cb702..616f6d2584 100644 --- a/README.md +++ b/README.md @@ -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.