Fix capitalization in IntelliJ

This commit is contained in:
wine 2018-08-10 15:16:03 +02:00
parent ad7a1eaabd
commit 7d3e7a4386
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ On linux, run `chmod +x gradlew` and for the following commands use `./gradlew`
```
gradlew.bat setupDecompWorkspace
```
Import KAMI into your IDE of choice. If you use intelliJ, import from the `build.gradle` file and run `gradlew.bat genIntellijRuns`
Import KAMI into your IDE of choice. If you use IntelliJ, import from the `build.gradle` file and run `gradlew.bat genIntellijRuns`
If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI.