diff options
author | dvs1 | 2024-12-22 02:56:54 +1000 |
---|---|---|
committer | dvs1 | 2024-12-22 02:56:54 +1000 |
commit | 0fb1c7a0f0bb055a9eeb8e29d52fe7ca4871bdb7 (patch) | |
tree | e6581634f7c3314d1f76b72f16590f76ce6a3095 /INSTALL.md | |
parent | git ignore generated files. (diff) | |
download | notYetAnotherWiki-0fb1c7a0f0bb055a9eeb8e29d52fe7ca4871bdb7.zip notYetAnotherWiki-0fb1c7a0f0bb055a9eeb8e29d52fe7ca4871bdb7.tar.gz notYetAnotherWiki-0fb1c7a0f0bb055a9eeb8e29d52fe7ca4871bdb7.tar.bz2 notYetAnotherWiki-0fb1c7a0f0bb055a9eeb8e29d52fe7ca4871bdb7.tar.xz |
Mention YAML in INSTALL.
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md | |||
7 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | 7 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ |
8 | --- | 8 | --- |
9 | 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. | 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. |
11 | 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. | 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. |