diff options
| author | dvs1 | 2025-01-02 10:01:17 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-02 10:01:17 +1000 |
| commit | 0e97876061a4fb0334939d317551845a075cb3aa (patch) | |
| tree | 350c70ac2849ebf8efa4a45b1c71238b640c61d5 | |
| parent | Realase 0.0, we are out of negative territory. lol (diff) | |
| download | notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.zip notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.gz notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.bz2 notYetAnotherWiki-0e97876061a4fb0334939d317551845a075cb3aa.tar.xz | |
Update install instructions.
| -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. | ||
