From 0cd40e70b63bb10137a3727d792119b168c020ab Mon Sep 17 00:00:00 2001 From: LexManos Date: Tue, 18 Mar 2014 01:54:32 -0500 Subject: [PATCH] Update README.txt --- fml/install/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fml/install/README.txt b/fml/install/README.txt index c69522a8a..744ba3b6e 100644 --- a/fml/install/README.txt +++ b/fml/install/README.txt @@ -15,10 +15,11 @@ Standalone source installation ============================== To install this source code for development purposes, extract this zip file. -It ships with a demonstration mod. Run "gradle setupDevWorkspace" to create -a gradle environment primed with FML. Run gradle eclipse or gradle idea to +It ships with a demonstration mod. Run 'gradlew setupDevWorkspace' to create +a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to create an IDE workspace of your choice. Refer to ForgeGradle for more information about the gradle environment +Note: On macs or linux you run the './gradlew.sh' instead of 'gradlew' Forge source installation ========================= @@ -31,3 +32,6 @@ for Minecraft version @MCVERSION@. LexManos' Install Video ======================= https://www.youtube.com/watch?v=8VEdtQLuLO0&feature=youtu.be + +For more details update more often refer to the Forge Forums: +http://www.minecraftforge.net/forum/index.php/topic,14048.0.html