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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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
```