From ce8882e89cc4a6edcb1d336f1930cbafc0583471 Mon Sep 17 00:00:00 2001 From: zlyfire Date: Wed, 6 Aug 2014 16:29:34 -0400 Subject: [PATCH] Update README.txt Add in reference to running setupDecompWorkspace to get decompiled classes --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 084373f8b..346c6fc17 100644 --- a/README.txt +++ b/README.txt @@ -15,6 +15,11 @@ MacOS/Linux: ./gradlew setupDevWorkspace If you wish to use the Eclipse IDE, run gradle eclipse instead of gradle setupDevWorkspace, or install the Gradle plugin for Eclipse and import the Forge source folder as a Gradle project. +To get the decompiled classes: +If you have Gradle: gradle setupDecompWorkspace +If you DO NOT have Gradle installed: +Windows: ./gradlew.bat setupDecompWorkspace +MacOS/Linux: ./gradlew setupDecompWorkspace For Contributors: (Note: This assumes you have Gradle installed. If you don't, use ./gradlew(.bat) instead of gradle.