From 39b77c783b260fa7c0fc3e88095fe0605cb67b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3zsa=20P=C3=A9ter?= Date: Sun, 24 Dec 2023 13:47:11 +0000 Subject: [PATCH] Fix clone URL --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 92244ca27..625bf6edd 100644 --- a/Readme.md +++ b/Readme.md @@ -134,7 +134,7 @@ From the File Explorer: 6. The compiled jar file will be in the folder `Merged` From the command line: -1. `git clone --recurse-submodules https://gitlab.com/gitlab.com/jeseibel/distant-horizons.git` +1. `git clone --recurse-submodules https://gitlab.com/jeseibel/distant-horizons.git` 2. `cd minecraft-lod-mod` 3. `./gradlew assemble` 4. `./gradlew mergeJars`