diff --git a/README.md b/README.md index 2a26afb04..ddc779f5b 100644 --- a/README.md +++ b/README.md @@ -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 +```