From e2fc19deebcc31a987663792bdebce45f1f31d3e Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 6 Jan 2021 22:43:53 +0100 Subject: Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c4eac..cbc0099 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wi ## How to install locally (development) -### With docker-compose +### With [docker-compose](https://docs.docker.com/compose/install/) -Just run `docker-compose up` +1. install [docker-compose](https://docs.docker.com/compose/install/) +2. run `docker-compose up` +3. the website will be ready on `http://127.0.0.1:4000/` ### Without docker compose -- cgit