diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-07-24 13:16:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 13:16:06 +0200 |
| commit | a5e1324fa8f18e24a60089ce070eb1f4edfa23a0 (patch) | |
| tree | 2dfae7a20399d10cd46ccbb5d0d8290b3d0a12d0 /docs | |
| parent | 1df5ddb696b01cb959ebebb12ad80b3b16c9fadf (diff) | |
| download | wiki-a5e1324fa8f18e24a60089ce070eb1f4edfa23a0.tar.gz wiki-a5e1324fa8f18e24a60089ce070eb1f4edfa23a0.tar.bz2 wiki-a5e1324fa8f18e24a60089ce070eb1f4edfa23a0.zip | |
doc(Docker): add a note for Windows users
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Install-with-Docker.md | 2 |
1 files changed, 2 insertions, 0 deletions
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:** ``` |
