mirror of
https://github.com/seppukudevelopment/seppuku
synced 2024-12-20 13:50:13 +00:00
Update readme.md
This commit is contained in:
parent
dbb00ceefe
commit
1d30caedc1
@ -10,10 +10,10 @@ Seppuku is a free, lightweight, open-source [_Minecraft Forge_](https://files.mi
|
|||||||
|
|
||||||
### Linux / Mac
|
### Linux / Mac
|
||||||
1. Clone the repository: `git clone git@github.com:seppukudevelopment/seppuku.git`
|
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
|
3. Edit `build.gradle` and change field `buildmode` to `RELEASE`. (e.g. `def
|
||||||
buildmode = "RELEASE"`)
|
buildmode = "RELEASE"`)
|
||||||
4. Run `gradlew build`.
|
4. Run `./gradlew build`.
|
||||||
|
|
||||||
Your .jar file is in `build/libs/`.
|
Your .jar file is in `build/libs/`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user