Fix cd command in compiling instructions

This commit is contained in:
Tatounee
2024-03-10 02:38:31 +01:00
parent 870c0f68d3
commit cd35461df6
+1 -1
View File
@@ -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`