Update README.md

Fixed Readme for Copy and past for `setupCiWorkspace`
This commit is contained in:
Sam 2014-04-28 19:29:47 +01:00
parent 7acc4f0c16
commit 661270784f

View file

@ -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.
@ -128,4 +128,4 @@ EE3 crashes every time? Have a suggestion? Found a bug? Create an issue now!
* ForgeModLoader log
* Server log if applicable
* Detailed description of the bug and pictures if applicable
5. Click `Submit new issue`, and wait for feedback!
5. Click `Submit new issue`, and wait for feedback!