Include setup commands in the README

This commit is contained in:
Brady
2018-08-27 13:59:36 -05:00
committed by GitHub
parent 71e04ad104
commit 3da6b160db

View File

@@ -8,3 +8,10 @@ the original version of the bot for Minecraft 1.8, rebuilt for 1.12.2.
- Refresh the Gradle project
- Run the Gradle task `genIntellijRuns`
- Select the "Minecraft Client" launch config and run
## Command Line
```
$ gradlew setupDecompWorkspace
$ gradlew --refresh-dependencies
$ gradlew genIntellijRuns
```