diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-01-06 22:42:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 22:42:24 +0100 |
| commit | c72173e10ece18ba4c299aae5169c07adc82369d (patch) | |
| tree | cc67b147b04878aa9250a1604ed412e568bf5950 | |
| parent | 50cec221d89c8f339ae2a6442ed3c554864ba69a (diff) | |
| download | wiki-c72173e10ece18ba4c299aae5169c07adc82369d.tar.gz wiki-c72173e10ece18ba4c299aae5169c07adc82369d.tar.bz2 wiki-c72173e10ece18ba4c299aae5169c07adc82369d.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wi ## How to install locally (development) +### With docker-compose + +Just run `docker-compose up` + +### Without docker compose + First of all install the [ruby development environment](https://jekyllrb.com/docs/installation/) using [this guide](https://jekyllrb.com/docs/installation/). After that install `bundler` using gem and run `bundler install`: |
