From da01904615591f07f028fcb99bd99023c980a0cc Mon Sep 17 00:00:00 2001 From: ayase <137056643@qq.com> Date: Fri, 8 Jun 2018 22:59:46 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a13ec10..b1e3fcc 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ OnConfigLoad(bool reload) => OnConfigLoad(bool reload, bool isBefore) How to install: * download or clone this module: > [download zip file.](https://github.com/azerothcore/mod-eluna-lua-engine/archive/master.zip) -> clone `git clone https://github.com/azerothcore/mod-eluna-lua-engine.git` +> or clone `git clone https://github.com/azerothcore/mod-eluna-lua-engine.git` * Put it in the modules folder of the Azerothcore. * download or clone the ELUNA core file: > [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) -> clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` +> or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` * Put it in the lua module folder:mod-LuaEngine/LuaEngine * cmake again -* rebuild. \ No newline at end of file +* rebuild.