diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,13 +1,6 @@ | |||
1 | --- | 1 | # Install |
2 | favicon: cartdave_favicon.png | ||
3 | pagetitle: "INSTALL" | ||
4 | author: onefang | ||
5 | feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom | ||
6 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md | ||
7 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | ||
8 | --- | ||
9 | 2 | ||
10 | 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. |
11 | 4 | ||
12 | You also need luajit installed. | 5 | You also need luajit installed. |
13 | 6 | ||