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.