From 93a84fdcf68cb80164485143f657c61412f28925 Mon Sep 17 00:00:00 2001 From: Wliu Date: Sat, 8 Mar 2014 09:54:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0f5cdc0..c3bec38a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ##Welcome to Equivalent Exchange 3! -**LATEST OFFICIAL VERSION**: [EE3 pre1h for 1.5.1/1.5.2](http://adf.ly/PdBNy) +**LATEST OFFICIAL VERSION**: [EE3 0.1.129 for MC 1.6.4](http://files.pahimar.com/ee3/MC_1.6.4/EquivalentExchange3-1.6.4-0.1.129.jar) [Minecraft Forums page](http://www.minecraftforum.net/topic/1540010-equivalent-exchange-3) @@ -84,7 +84,7 @@ This section assumes that you're using the command-line version of Git. *** ####Compile EE3 -1. Execute `gradle setupDevWorkspace`. 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.