mirror of
https://github.com/kami-blue/client
synced 2025-01-10 08:49:26 +00:00
Update Building section to include new autobuild
This commit is contained in:
parent
1b0ff3a896
commit
3245fb58b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user