Skip to content

Commit a45d6db

Browse files
committed
Add text clarifying permissions
1 parent 1123e5b commit a45d6db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/TESTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ Good luck! Have fun!
8181

8282
_(Don't worry about the tests failing, at first, this is how you begin each exercise.)_
8383

84+
If you get the following error:
85+
86+
./gradlew: Permission denied
87+
88+
Then that means there's an issue regarding permissions, that the file isn't executable. To fix this, run:
89+
90+
chmod +x ./gradlew
91+
92+
And now you should be able to run the previous command.
93+
8494
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub][hello-world-tutorial]).
8595

8696
Good luck! Have fun!

0 commit comments

Comments
 (0)