From 6d2a377be1f83cd0ba1d200b142d526e52092f34 Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Wed, 8 Jan 2020 19:03:05 +0100 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index e14bcf6..2adef1a 100644 --- a/Installation.md +++ b/Installation.md @@ -10,7 +10,7 @@ You can use bluemap as a standalone app using the [CLI](https://en.wikipedia.org - Choose/create a directory where you want bluemap to run and generate it's config and files and store your downloaded jar in this folder. - Open the CLI and change your [cwd](https://en.wikipedia.org/wiki/Working_directory) to the folder containing your jar. *(using `cd `)* - Run `java -jar BlueMap.jar` so bluemap generates the configuration-file *(`./bluemap.conf`)* next to the jar in your cwd. -- Now open the config using your favorite editor and read the chapter [Configuration]() to learn how to configure bluemap. +- Now open the config using your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. - After you have edited the config just run `java -jar BlueMap.jar` again to start the render. ## As a sponge-plugin @@ -18,6 +18,6 @@ If you have a [sponge](https://www.spongepowered.org/)-server, you can use bluem - First you want to download the bluemap-jar. You can choose and download a version from [here](https://github.com/BlueMap-Minecraft/BlueMap/releases) or from [sponges plugin-repository](https://ore.spongepowered.org/Blue/BlueMap). Make sure it targets the SpongeAPI-Version of your server! - Put the downloaded jar in the `mods`-folder of your server and restart the server. -- Bluemap will now generate the configuration file here `./config/bluemap/bluemap.conf`, open that config with your favorite editor and read the chapter [Configuration](wiki/Configuration) to learn how to configure bluemap. +- Bluemap will now generate the configuration file here `./config/bluemap/bluemap.conf`, open that config with your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. - After you have edited the config use the command `/bluemap reload` on your server or restart the server. - Run the command `/bluemap render ` on the server to start an initial render of the whole world. \ No newline at end of file