From 5891cda94ac9c59ae996c85af187d4e91649693a Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Fri, 4 Sep 2020 01:57:42 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 9ceefd0..a82af21 100644 --- a/Installation.md +++ b/Installation.md @@ -39,4 +39,4 @@ You can use bluemap as a standalone app using the [CLI](https://en.wikipedia.org - Run `java -jar BlueMap-cli.jar` so bluemap generates the configuration-files next to the jar in your cwd. - Now open the configs using your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. - After you have edited the configs run `java -jar BlueMap-cli.jar -r` to start the render. -- With `java -jar BlueMap-cli.jar -w` you can also start the builtin web-server to be able to view your map \ No newline at end of file +- With `java -jar BlueMap-cli.jar -w` you can also start the builtin web-server to be able to view your map. Or you can read [this](Configuring-external-web-servers) to learn how to setup NGINX or Apache. \ No newline at end of file