diff --git a/README.md b/README.md index b293d55..cfe8345 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mod-LuaEngine - english | [chinese](README_CN.md) + english | [中文说明](README_CN.md) a Eluna module for AzerothCore. @@ -12,7 +12,7 @@ How to install: 3. download or clone the ELUNA core file: > [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) > or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git .` -* Put it in the lua module folder:mod-LuaEngine/LuaEngine. (If you downloaded the zip-file you'll want to move all the files inside the Eluna-master folder into the mod-eluna-lua-engine/LuaEngine folder. LuaEngine.h needs to be directly under mod-eluna-lua-engine/LuaEngine without any extra sub-folders.) +4. Put it in the lua module folder:mod-LuaEngine/LuaEngine. (If you downloaded the zip-file you'll want to move all the files inside the `Eluna-master` folder into the `mod-eluna-lua-engine/LuaEngine` folder. `LuaEngine.h` needs to be directly under `mod-eluna-lua-engine/LuaEngine` without any extra sub-folders.) 5. cmake again 6. rebuild. diff --git a/README_CN.md b/README_CN.md index de371c4..87d0f5c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -12,7 +12,7 @@ 3. 下载或者克隆ELUNA的核心文件: > [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) > clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` -4. 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine +4. 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine(如果下载了zip文件,你需要将`Eluna-master`文件夹中的所有文件移动到`mod-eluna-lua-engine/LuaEngine`文件夹中。`LuaEngine.h`需要直接位于目录:`mod-eluna-lua-engine/LuaEngine`之下,不要有任何的子文件夹。) 5. 重新cmake. 6. 重新生成.