1
0
mirror of https://github.com/kami-blue/client synced 2025-02-03 22:11:49 +00:00

Update README.md

Typo & clarification jar
This commit is contained in:
Ridan Vandenbergh 2018-07-21 22:30:29 +02:00 committed by GitHub
parent 8883aa4c13
commit 4b219afd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,12 @@ On linux, run `chmod +x gradlew` and for the following commands use `./gradlew`
```
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.
If you do not wish to run from an IDE, use `./gradlew.bat runClient` to run KAMI.
### Building
### Building1.12.2
```
./gradlew.bat build
cd build/libs
```
In `build/libs` you will find the `.jar` file which you can copy to the `mods` folder of a minecraft instance that has forge installed.
In `build/libs` you will find a file `KAMI-<minecraftVersion>-<kamiVersion>-full.jar` which you can copy to the `mods` folder of a minecraft instance that has forge installed.