diff options
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonM | |||
9 | You also need luajit installed. | 9 | You also need luajit installed. |
10 | 10 | ||
11 | Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. | 11 | Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. |
12 | |||
13 | Similar 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. | ||