From 1896a21621bceb33108ef2bee1ba15b93fe9027e Mon Sep 17 00:00:00 2001 From: Redned Date: Sun, 29 Dec 2019 13:57:02 -0600 Subject: [PATCH] Update compiling instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0108781c..005aa4a0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Please note, Geyser is **not** (currently) a plugin. Watch the video below or ta ## Compiling 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 `mvn clean install` +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. ## Contributing Any contributions are appreciated. Please feel free to reach out to us on [Discord](http://discord.geysermc.org/) if