From c72173e10ece18ba4c299aae5169c07adc82369d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 6 Jan 2021 22:42:24 +0100 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9cf5ea..05c4eac 100644 --- a/README.md +++ b/README.md @@ -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`: -- cgit