aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/INSTALL.md
blob: a2b28420001a86da60f41195091e9128ea282540 (plain)
1
2
3
4
5
6
7
# Install

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.

You also need luajit installed.

Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good.  Make sure it is executable.