From c5a497ab8fba803b62455c76504f47ff6b4b7a8e Mon Sep 17 00:00:00 2001 From: rtm516 Date: Thu, 30 Apr 2020 18:54:43 +0100 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 05cc616..a7b0670 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -2,4 +2,4 @@ 1. Clone the repo to your computer 2. [Install Maven](https://maven.apache.org/install.html) 3. Navigate to the Geyser root directory and run `git submodule update --init --recursive`. This downloads all the needed submodules for Geyser and is a crucial step in this process. -4. Run `mvn clean install` and locate to the `target` folder. \ No newline at end of file +4. Run `mvn clean install` and locate to the `bootstrap`, then your desired Geyser version, then `target` folder. \ No newline at end of file