aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-01-02 10:01:17 +1000
committerdvs12025-01-02 10:01:17 +1000
commit0e97876061a4fb0334939d317551845a075cb3aa (patch)
tree350c70ac2849ebf8efa4a45b1c71238b640c61d5
parentRealase 0.0, we are out of negative territory. lol (diff)
downloadnotYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.zip
notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.gz
notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.bz2
notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.xz
Update install instructions.
-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.