From a5e1324fa8f18e24a60089ce070eb1f4edfa23a0 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 24 Jul 2020 13:16:06 +0200 Subject: doc(Docker): add a note for Windows users --- docs/Install-with-Docker.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index ba9d3e1..94d790d 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -84,6 +84,8 @@ Put your data files into the `docker/worldserver/data/` folder that is inside `a Inside your terminal (if you use Windows, use git bash), run the following commands. +**Note for Windows users**: when running the following commands, you may need to use `bash bin\acore-...` instead of `./bin/acore-...`. Note using `\` instead of `/` and `bash bin...` instead of `./bin...` + **1) Generate your server configuration files:** ``` -- cgit