Update README.md
Fixed Readme for Copy and past for `setupCiWorkspace`
This commit is contained in:
parent
7acc4f0c16
commit
661270784f
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ This section assumes that you're using the command-line version of Git.
|
|||
***
|
||||
|
||||
####Compile EE3
|
||||
1. Execute `gradle setupCIWorkspace`. This sets up Forge and downloads the necessary libraries to build EE3. This might take some time, be patient.
|
||||
1. Execute `gradle setupCiWorkspace`. This sets up Forge and downloads the necessary libraries to build EE3. This might take some time, be patient.
|
||||
* You will generally only have to do this once until the Forge version in `build.properties` changes.
|
||||
2. Execute `gradle build`. If you did everything right, `BUILD SUCCESSFUL` will be displayed after it finishes. This should be relatively quick.
|
||||
* If you see `BUILD FAILED`, check the error output (it should be right around `BUILD FAILED`), fix everything (if possible), and try again.
|
||||
|
|
Loading…
Reference in a new issue