From 12ef1f30f1d60c55f2ab4314e510401fe57520d5 Mon Sep 17 00:00:00 2001 From: coolGi Date: Wed, 21 Jun 2023 14:27:40 +0000 Subject: [PATCH] Fixed missing fullstop in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7f67c2112..74fe3f3e3 100644 --- a/Readme.md +++ b/Readme.md @@ -121,7 +121,7 @@ From the File Explorer: 3. Open a terminal emulator in the project folder (On Windows you can type `cmd` in the title bar) 4. Run the commands: `./gradlew assemble` 5. Merge the jars wih `./gradlew mergeJars` -6The compiled jar file will be in the folder `Merged` +6. The compiled jar file will be in the folder `Merged` From the command line: 1. `git clone --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`