mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-14 10:45:49 +01:00
Updated Developer Guide (markdown)
parent
e5c2d32c9a
commit
c5a497ab8f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue