summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-01-06 22:42:24 +0100
committerGitHub <noreply@github.com>2021-01-06 22:42:24 +0100
commitc72173e10ece18ba4c299aae5169c07adc82369d (patch)
treecc67b147b04878aa9250a1604ed412e568bf5950
parent50cec221d89c8f339ae2a6442ed3c554864ba69a (diff)
downloadwiki-c72173e10ece18ba4c299aae5169c07adc82369d.tar.gz
wiki-c72173e10ece18ba4c299aae5169c07adc82369d.tar.bz2
wiki-c72173e10ece18ba4c299aae5169c07adc82369d.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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`: