summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e9ed9c..e9cf5ea 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,23 @@
-# aZerothCore WIKI
+# AzerothCore WIKI
+
+Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wiki
+
+## How to install locally (development)
+
+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`:
+```
+$ gem install bundler
+$ bundle install
+```
+
+Well, now you can run locally the app using:
+```
+bundle exec jekyll serve
+```
+
+If everything succeds, you can visit your web app at `http://127.0.0.1:4000/`.
+
+Any problems? [Open a issue](https://github.com/azerothcore/wiki/issues/new).
-wiki for the aZerothCore Project available here: http://azerothcore.github.io/wiki