Fixed mistake in project compilation instructions in README.

This commit is contained in:
David Berdik 2021-07-07 18:11:29 -04:00
parent cd616cce27
commit 6aeba0848c

View File

@ -30,7 +30,7 @@ To build this project you will need:
To build the project:
1. Clone this repository.
2. Run `gradlew productionMappedJar` inside the cloned repository.
2. Run `gradlew productionMappedJar` inside the root directory of the cloned repository.
3. The jar file will be in `build/libs/Herobrine.jar`.
Voila!