summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-01-06 22:43:53 +0100
committerGitHub <noreply@github.com>2021-01-06 22:43:53 +0100
commite2fc19deebcc31a987663792bdebce45f1f31d3e (patch)
tree0bdf620b012a4fa5fba5f803235bc0703231455b /README.md
parentc72173e10ece18ba4c299aae5169c07adc82369d (diff)
downloadwiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.tar.gz
wiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.tar.bz2
wiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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