Fix clone URL

This commit is contained in:
Rózsa Péter
2023-12-24 13:47:11 +00:00
parent 0c8717a0da
commit 39b77c783b
+1 -1
View File
@@ -134,7 +134,7 @@ From the File Explorer:
6. The compiled jar file will be in the folder `Merged` 6. The compiled jar file will be in the folder `Merged`
From the command line: 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` 2. `cd minecraft-lod-mod`
3. `./gradlew assemble` 3. `./gradlew assemble`
4. `./gradlew mergeJars` 4. `./gradlew mergeJars`