diff options
| -rw-r--r-- | docs/Install-with-Docker.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 94d790d..517e3a3 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -29,7 +29,7 @@ When used on GNU/Linux system, the amount of memory used by Docker is even less. #### Docker containers vs Virtual machines -Usind Docker will have the same benefits as using virtual machines, but with much less overhead: +Using Docker will have the same benefits as using virtual machines, but with much less overhead:  @@ -72,19 +72,17 @@ You need to clone the AzerothCore repository (or use your own fork): git clone https://github.com/azerothcore/azerothcore-wotlk.git ``` -Now cd into the main directory using `cd azerothcore-wotlk`. **All commands will have to be run from this position**. +Now go into the main directory using `cd azerothcore-wotlk`. **All commands will have to be run inside this folder**. ### WoW Client Data files You also need to have the data files. Check the step "5) Download the data files" from the [installation guide](Installation#5-download-the-data-files). -Put your data files into the `docker/worldserver/data/` folder that is inside `azerothcore-wotlk`. +Put your data files into `docker/worldserver/data/` which is inside `azerothcore-wotlk`. ### Installation -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...` +Inside your terminal (if you use Windows, use git bash), run the following commands inside azerothcore-wotlk' **1) Generate your server configuration files:** @@ -146,7 +144,7 @@ Then your `docker-compose up` will automatically locate the `.env` with your cus - The `docker-compose start` will start your existing containers. -- The `docker-compose stop` will stop your containers, but it won’t remove them. +- The `docker-compose stop` will stop your containers, but it won't remove them. - The `docker-compose up` builds, (re)creates, and starts your containers. |
