diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-01-06 22:43:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 22:43:53 +0100 |
| commit | e2fc19deebcc31a987663792bdebce45f1f31d3e (patch) | |
| tree | 0bdf620b012a4fa5fba5f803235bc0703231455b | |
| parent | c72173e10ece18ba4c299aae5169c07adc82369d (diff) | |
| download | wiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.tar.gz wiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.tar.bz2 wiki-e2fc19deebcc31a987663792bdebce45f1f31d3e.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
