From 0b12fbb05328455267137d159165b976afaa7e06 Mon Sep 17 00:00:00 2001 From: MaloW Date: Mon, 16 Jul 2018 23:52:12 +0200 Subject: [PATCH 1/2] Update README.md Updated installation guide to avoid an issue where LuaEngine.h would not be included properly in the project. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1e3fcc..05d21ab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ How to install: * 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) -> or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` -* Put it in the lua module folder:mod-LuaEngine/LuaEngine +> 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.) * cmake again * rebuild. From fcdee8ab330843396f613db4885ed2bd4a4b1e1c Mon Sep 17 00:00:00 2001 From: ayase <137056643@qq.com> Date: Thu, 15 Nov 2018 23:22:17 +0800 Subject: [PATCH 2/2] Set theme jekyll-theme-architect --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c741881..3397c9a 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-slate \ No newline at end of file +theme: jekyll-theme-architect \ No newline at end of file