From 6aeba0848c958ab53100a0cc96e21c989beafe33 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Wed, 7 Jul 2021 18:11:29 -0400 Subject: [PATCH] Fixed mistake in project compilation instructions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fd493..9a6a5c3 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file