Updated Installation (markdown)

Lukas Rieger 2020-09-04 01:55:50 +02:00
parent 74774f81d2
commit 33029644be

@ -38,4 +38,5 @@ You can use bluemap as a standalone app using the [CLI](https://en.wikipedia.org
- Open the CLI and change your [cwd](https://en.wikipedia.org/wiki/Working_directory) to the folder containing your jar. *(using `cd <path-to-your-folder>`)*
- 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.
- 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 webserver to be able to view your map