Update Building section to include new autobuild

This commit is contained in:
Christofer Minestar 2018-10-18 17:52:35 -04:00 committed by GitHub
parent 1b0ff3a896
commit 3245fb58b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,11 @@ 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
```
gradlew.bat build
cd build/libs