Updated Developer Guide (markdown)

rtm516 2020-04-30 18:54:43 +01:00
parent e5c2d32c9a
commit c5a497ab8f

@ -2,4 +2,4 @@
1. Clone the repo to your computer 1. Clone the repo to your computer
2. [Install Maven](https://maven.apache.org/install.html) 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. 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. 4. Run `mvn clean install` and locate to the `bootstrap`, then your desired Geyser version, then `target` folder.