Update readme.md

This commit is contained in:
noil 2020-08-08 15:33:19 -04:00 committed by GitHub
parent dbb00ceefe
commit 1d30caedc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ Seppuku is a free, lightweight, open-source [_Minecraft Forge_](https://files.mi
### Linux / Mac
1. Clone the repository: `git clone git@github.com: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/`.