aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authordvs12025-01-22 21:01:59 +1000
committerdvs12025-01-22 21:01:59 +1000
commit4a435bf8ae0e9f009346d89ebc424d8884f33cea (patch)
tree5c0852c7a0bdb926db42dd5f17b168461503433a /INSTALL.md
parentTypo-- (diff)
downloadnotYetAnotherWiki-4a435bf8ae0e9f009346d89ebc424d8884f33cea.zip
notYetAnotherWiki-4a435bf8ae0e9f009346d89ebc424d8884f33cea.tar.gz
notYetAnotherWiki-4a435bf8ae0e9f009346d89ebc424d8884f33cea.tar.bz2
notYetAnotherWiki-4a435bf8ae0e9f009346d89ebc424d8884f33cea.tar.xz
Replace cmark-gfm and lcmark with luamark.
Plus YAR, yet another rewrite.
Diffstat (limited to '')
-rw-r--r--INSTALL.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index afefcea..a2b2842 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,9 +1,7 @@
1# Install 1# Install
2 2
3notYetAnotherWiki 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. 3notYetAnotherWiki 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.
4 4
5You also need cmark-gfm and luajit installed. 5You also need luajit installed.
6 6
7Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. 7Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.
8
9Similar with the dumpTable.lua script, only it's a Lua library, so put it some place Lua can find it. /usr/local/share/lua is good. No need to be executable.