diff options
| -rw-r--r-- | docs/install-with-docker.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/install-with-docker.md b/docs/install-with-docker.md index 96172f0..f85d9a0 100644 --- a/docs/install-with-docker.md +++ b/docs/install-with-docker.md @@ -61,6 +61,11 @@ git clone https://github.com/azerothcore/azerothcore-wotlk.git Now go into the main directory using `cd azerothcore-wotlk`. **All commands will have to be run inside this folder**. +Before we install let's get a copy of our own config.sh from the distribution +``` +cp conf/dist/config.sh conf/config.sh +``` + ### Installation Inside your terminal (if you use Windows, use git bash), run the following commands inside the azerothcore-wotlk folder |
