diff --git a/Readme.md b/Readme.md index bcd446786..fcdcee7f4 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# +# _See farther without turning your game into a slide show._
@@ -131,14 +131,14 @@ Prerequisites: From the File Explorer: 1. Download and extract the project zip -2. Download the core from https://gitlab.com/jeseibel/distant-horizons-core and extract into a folder called `coreSubProjects` +2. Download the core from https://gitlab.com/distant-horizons-team/distant-horizons-core and extract into a folder called `coreSubProjects` 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` (You may need to use a `.\` on Windows) 5. Merge the jars with `./gradlew mergeJars` 6. The compiled jar file will be in the folder `Merged` From the command line: -1. `git clone --recurse-submodules https://gitlab.com/jeseibel/distant-horizons.git` +1. `git clone --recurse-submodules https://gitlab.com/distant-horizons-team/distant-horizons.git` 2. `cd distant-horizons` 3. `./gradlew assemble` 4. `./gradlew mergeJars`