From 8a7013d8d3963884a8dff8cf113766f604e7128b Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 5 Sep 2018 21:31:36 -0700 Subject: [PATCH] add readme for gradlew run --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b95cc957..ba4897ee 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ the original version of the bot for Minecraft 1.8, rebuilt for 1.12.2. ## Command Line On Mac OSX and Linux, use `./gradlew` instead of `gradlew`. + +Running Baritone: + +``` +$ gradlew run +``` + +Setting up for IntelliJ: ``` $ gradlew setupDecompWorkspace $ gradlew --refresh-dependencies