diff options
Diffstat (limited to '')
| -rw-r--r-- | INSTALL.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..eb5a3d6 --- /dev/null +++ b/INSTALL.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | --- | ||
| 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 | |||
| 10 | notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. | ||
| 11 | |||
| 12 | Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. | ||
