mirror of
https://github.com/kami-blue/client
synced 2025-01-25 08:12:46 +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.
|
If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI.
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
You can build on Windows by running
|
||||||
|
```
|
||||||
|
autobuild.bat
|
||||||
|
```
|
||||||
|
Or opening CMD prompt inside the extracted folder and typing
|
||||||
```
|
```
|
||||||
gradlew.bat build
|
gradlew.bat build
|
||||||
cd build/libs
|
cd build/libs
|
||||||
|
Loading…
Reference in New Issue
Block a user