Fix autobuild section

This commit is contained in:
wine 2018-10-19 21:10:14 +02:00 committed by GitHub
parent 3245fb58b8
commit ebe499adb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -61,11 +61,8 @@ Import KAMI into your IDE of choice. If you use IntelliJ, import from the `build
If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI.
### Building
You can build on Windows by running
```
autobuild.bat
```
Or opening CMD prompt inside the extracted folder and typing
You can build by running `autobuild.bat`, or if you prefer the manual way, do the following:
```
gradlew.bat build
cd build/libs