From 661270784f00984c6e8337a4ee655652ca48b572 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Apr 2014 19:29:47 +0100 Subject: [PATCH] Update README.md Fixed Readme for Copy and past for `setupCiWorkspace` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3bec38a..9797c902 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +5. Click `Submit new issue`, and wait for feedback!