diff options
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ | |||
1 | # Install | 1 | # Install |
2 | 2 | ||
3 | notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. lua-yaml is the YAML parsing library I test with. | 3 | notYetAnotherWiki uses [lunamark](https://github.com/jgm/lunamark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. lua-yaml is the YAML parsing library I test with. |
4 | 4 | ||
5 | You also need cmark-gfm and luajit installed. | 5 | You also need luajit installed. |
6 | 6 | ||
7 | Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. | 7 | Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. |
8 | |||
9 | 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. | ||