Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uoil authored Aug 8, 2020
1 parent dbb00ce commit 1d30cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Seppuku is a free, lightweight, open-source [_Minecraft Forge_](https://files.mi

### Linux / Mac
1. Clone the repository: `git clone [email protected]:seppukudevelopment/seppuku.git`
2. Run `gradlew setupDecompWorkspace`
2. Run `./gradlew setupDecompWorkspace`
3. Edit `build.gradle` and change field `buildmode` to `RELEASE`. (e.g. `def
buildmode = "RELEASE"`)
4. Run `gradlew build`.
4. Run `./gradlew build`.

Your .jar file is in `build/libs/`.

Expand Down

0 comments on commit 1d30cae

Please sign in to comment.