From e6650b9751362f81c5ff99fcf60009b5517a8f48 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 8 Apr 2026 23:05:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7a9859d78..0367f2e34b2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Ge There are a few things Geyser is unable to support due to various differences between Minecraft Bedrock and Java. For a list of these limitations, see the [Current Limitations](https://geysermc.org/wiki/geyser/current-limitations/) page. ## Compiling -1. Clone the repo to your computer +1. Clone the repo to your computerer 2. Navigate to the Geyser root directory and run `git submodule update --init --recursive`. This command downloads all the needed submodules for Geyser and is a crucial step in this process. 3. Run `gradlew build` and locate to `bootstrap/build` folder.