From cd35461df68a690b06aa07af0945c61aaa68afb3 Mon Sep 17 00:00:00 2001 From: Tatounee Date: Sun, 10 Mar 2024 02:38:31 +0100 Subject: [PATCH] Fix cd command in compiling instructions --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 187478a33..a4968dacc 100644 --- a/Readme.md +++ b/Readme.md @@ -143,7 +143,7 @@ From the File Explorer: From the command line: 1. `git clone --recurse-submodules https://gitlab.com/jeseibel/distant-horizons.git` -2. `cd minecraft-lod-mod` +2. `cd distant-horizons` 3. `./gradlew assemble` 4. `./gradlew mergeJars` 5. The compiled jar file will be in the folder `Merged`