Skip to content

Commit

Permalink
Fix a file name in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatrius committed Dec 30, 2015
1 parent fb990f9 commit 997d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This section assumes that you're using the command-line version of Git.

#### Compile InGame Info XML
1. Execute `gradlew setupDevWorkspace`. This sets up Forge and downloads the necessary libraries to build InGame Info XML. This might take some time, be patient.
* You will generally only have to do this once until the Forge version in `build.properties` changes.
* You will generally only have to do this once until the Forge version in `gradle.properties` changes.
2. Execute `gradlew 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.
3. Go to `mcdev\InGameInfoXML\build\libs`.
Expand Down

0 comments on commit 997d713

Please sign in to comment.