diff options
| author | dvs1 | 2025-01-20 14:48:57 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-20 14:48:57 +1000 |
| commit | ba253d5ac42550e85c331d8d6bcc9df1eb23b883 (patch) | |
| tree | f87f996196f92114ffd6453c0ff09d2b2e9ffee8 | |
| parent | Bugs++ (diff) | |
| download | notYetAnotherWiki-ba253d5ac42550e85c331d8d6bcc9df1eb23b883.zip notYetAnotherWiki-ba253d5ac42550e85c331d8d6bcc9df1eb23b883.tar.gz notYetAnotherWiki-ba253d5ac42550e85c331d8d6bcc9df1eb23b883.tar.bz2 notYetAnotherWiki-ba253d5ac42550e85c331d8d6bcc9df1eb23b883.tar.xz | |
Document cmark-gfm dependency.
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 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 [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. |
| 4 | 4 | ||
| 5 | You also need luajit installed. | 5 | You also need cmark-gfm and 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 | 8 | ||
