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 d47b5cd commit 87e1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ This section assumes that you're using the command-line version of Git.

#### Compile LunatriusCore
1. Execute `gradlew setupDevWorkspace`. This sets up Forge and downloads the necessary libraries to build LunatriusCore. 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\LunatriusCore\build\libs`.
Expand Down

0 comments on commit 87e1d1d

Please sign in to comment.