Update README.txt
Add in reference to running setupDecompWorkspace to get decompiled classes
This commit is contained in:
parent
98285e4df6
commit
ce8882e89c
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
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.
|
For Contributors: (Note: This assumes you have Gradle installed. If you don't, use ./gradlew(.bat) instead of gradle.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue