From 86dde7b026b854486b63268db9df78712d89a604 Mon Sep 17 00:00:00 2001 From: PhilippvK Date: Tue, 12 May 2020 02:34:48 +0200 Subject: [PATCH] mention symlink in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a6c0fc..634209c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Choose your prefered toolchain: ### Running First, the server application has to be started as it provides ressources like sounds, maps and textures which are required for "offline" modes, too. -As I cound not manage to include the tracks inside the compiled JAR archive, the `tracks` directory has to be located at the same folder where the `server.jar` is located! +As I cound not manage to include the tracks inside the compiled JAR archive, the `tracks` directory has to be located at the same folder where the `server.jar` is located! There is a symbolic link in the `server/` directory which will likely not work on Windows systems. Please remove it and copy the directory instead! Assuming that all 3 tools have compiled sucessfully (or downloaded them them from the [Releases Page](https://github.com/PhilippvK/playforia-minigolf/releases)), you have 3 possible ways for running the server binary: 1. Using the IntelliJ IDE: Use the provides build artifacts or run the server by pressing the play button after compiling 2. Using the Ant tool: Run `ant run` in the `./server` directory