CLI setup

This commit is contained in:
Brady 2019-01-24 14:34:18 -06:00
parent 863471b5f1
commit 82ab79e915
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ Here are some links to help to get started:
## Command Line
On Mac OSX and Linux, use `./gradlew` instead of `gradlew`.
Setting up the Environment:
```
$ gradlew setupDecompWorkspace
$ gradlew --refresh-dependencies
```
Running Baritone:
```