From 3da6b160db09a876ef46de94840819c9c1f5de20 Mon Sep 17 00:00:00 2001 From: Brady Date: Mon, 27 Aug 2018 13:59:36 -0500 Subject: [PATCH] Include setup commands in the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a26afb0..ddc779f5 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 +```