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