Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
update for pull #114
Browse files Browse the repository at this point in the history
  • Loading branch information
S-B99 committed Oct 5, 2019
1 parent 0dce9ba commit 0171367
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,15 @@ You can build by running these commands (without these <>) in a terminal with th
```
./gradlew <args>
```
Possible arguments are `build`, `mkdir`, `rmOld` and `copy`, in that order.

Possible arguments:
```
build
mkdir
rmOld
copy
```
If you use more then one then it must be in that order.

Build is required, mkdir makes the mods/1.12.2 directory, rmOld removes old versions of KAMI in that directory, and copy copies the build release to the mods/1.12.2 directory.

Expand Down

0 comments on commit 0171367

Please sign in to comment.