Skip to content

Commit

Permalink
Make gradlew executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Nov 30, 2019
1 parent 3975e47 commit 554c9a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Get the latest version of the kernel but possibly run into some issues with inst

2. Build and install the kernel.

On *nix `chmod u+x gradlew && ./gradlew installKernel`
On *nix `./gradlew installKernel`

On windows `gradlew installKernel`

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 554c9a0

Please sign in to comment.