aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7eabf39..2d01caf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,3 +9,5 @@ notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonM
9You also need luajit installed. 9You also need luajit installed.
10 10
11Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. 11Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.
12
13Similar with the dumpTable.lua script, only it's a Lua library, so put it some place Lua can find it. /usr/local/share/lua is good. No need to be executable.