summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordantav <det2048@gmail.com>2022-01-13 09:09:53 -0500
committerGitHub <noreply@github.com>2022-01-13 15:09:53 +0100
commit5c197b90b3bc8f41695b6e05924a556026dbb4b0 (patch)
tree752c480858d95dff2a1f2c7abd5e3cf6a1b7e758 /docs
parenta9d7681ed9b7ef7580d8ece93caae3507a298524 (diff)
downloadwiki-5c197b90b3bc8f41695b6e05924a556026dbb4b0.tar.gz
wiki-5c197b90b3bc8f41695b6e05924a556026dbb4b0.tar.bz2
wiki-5c197b90b3bc8f41695b6e05924a556026dbb4b0.zip
chore: add config step to docker (#662)
Diffstat (limited to 'docs')
-rw-r--r--docs/install-with-docker.md5
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