From bbb968fbeba662483963178b1d0f9951d94a5471 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 12 Apr 2014 18:46:30 +0300 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2c74056..0f1583f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -11,6 +11,8 @@ `git submodule update` 3. Compile the core normally (use cmake if needed) +- 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. + #Updating 1. When updating you should take up the `commit hash` you are on, just in case. You can get it from git with `git log` for example.