From 9b805be5023f2a75cd9f11ee4b78efb46034e802 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 3 May 2014 16:57:25 +0300 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d808dde..6f962a6 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,12 +7,15 @@ [![Build Status](https://travis-ci.org/ElunaLuaEngine/ElunaMangosTbc.png?branch=master)](https://travis-ci.org/ElunaLuaEngine/ElunaMangosTbc) [Eluna cMaNGOS TBC](https://github.com/ElunaLuaEngine/ElunaMangosTbc)
[![Build Status](https://travis-ci.org/ElunaLuaEngine/ElunaMangosWotlk.png?branch=master)](https://travis-ci.org/ElunaLuaEngine/ElunaMangosWotlk) [Eluna cMaNGOS WotLK](https://github.com/ElunaLuaEngine/ElunaMangosWotlk) -2. Open `git bash` and do -`git submodule init` -`git submodule update` -3. Compile the core normally (use cmake if needed) +2. Open `git bash` and do
+`git submodule init`
+`git submodule update`
+
+If you really dont get how to use git bash (and do try!), you can navigate to the LuaEngine folder and clone [the eluna repository](https://github.com/ElunaLuaEngine/Eluna) there. This is not suggested though. -- If you really dont get how to use git bash (and do try!), you can navigate to the LuaEngine folder and clone [the eluna repository](https://github.com/ElunaLuaEngine/Eluna) there. This is not suggested though. +3. Compile the core normally:
+[TrinityCore](http://collab.kpsn.org/display/tc/TrinityCore+Home)
+[cMaNGOS](https://github.com/cmangos/issues/wiki/Installation-Instructions) #Updating 1. When updating you should take up the `commit hash` you are on, just in case.