From 3ad32abe6abc1d8241a17927ad763a06c1bcd944 Mon Sep 17 00:00:00 2001 From: Christian Lampe <94976382+Lampe2020@users.noreply.github.com> Date: Mon, 5 May 2025 20:01:50 +0200 Subject: [PATCH 1/2] Update Setup-a-headless-server.md With `./` the command also works on *NIX. As far as I know (at least in WINE's CMD and in PowerShell on Window$ it is like that for sure) `./` works on Window$ too, as it automatically converts the `/` to a `\\`. --- docs/Setup-a-headless-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Setup-a-headless-server.md b/docs/Setup-a-headless-server.md index 665d95673c9..d33c7ba9015 100644 --- a/docs/Setup-a-headless-server.md +++ b/docs/Setup-a-headless-server.md @@ -11,5 +11,5 @@ This can be achieved with different approaches. - Take a look at: https://hub.docker.com/r/qwick/terasology/ - And please report any issues, **relating to the docker image**, at https://github.com/qwc/docker-terasology 3. Start a headless server from source - - `gradlew server` + - `./gradlew server` - or via Intellij run configuration `TerasologyPC (Headless)` From 17f7e7094716014107a596f65aa0bb342e90355b Mon Sep 17 00:00:00 2001 From: Christian Lampe <94976382+Lampe2020@users.noreply.github.com> Date: Tue, 6 May 2025 19:16:28 +0200 Subject: [PATCH 2/2] Change `/` to `\` in command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit → Should still work on Window$ and tell anyone on *NIX that the command is in the working directory (implying `./` for those) --- docs/Setup-a-headless-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Setup-a-headless-server.md b/docs/Setup-a-headless-server.md index d33c7ba9015..5d057bc8b1a 100644 --- a/docs/Setup-a-headless-server.md +++ b/docs/Setup-a-headless-server.md @@ -11,5 +11,5 @@ This can be achieved with different approaches. - Take a look at: https://hub.docker.com/r/qwick/terasology/ - And please report any issues, **relating to the docker image**, at https://github.com/qwc/docker-terasology 3. Start a headless server from source - - `./gradlew server` + - `.\gradlew server` - or via Intellij run configuration `TerasologyPC (Headless)`