From 5c197b90b3bc8f41695b6e05924a556026dbb4b0 Mon Sep 17 00:00:00 2001 From: dantav Date: Thu, 13 Jan 2022 09:09:53 -0500 Subject: chore: add config step to docker (#662) --- docs/install-with-docker.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit