Merge pull request #82 from frankfliu/excutable

Make gradlew executable.
This commit is contained in:
Spencer Park 2019-12-08 14:22:20 -08:00 committed by GitHub
commit a03ad7712a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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`

0
gradlew vendored Normal file → Executable file
View File