aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12024-12-22 20:37:09 +1000
committerdvs12024-12-22 20:37:09 +1000
commitc0cbd0f555ccbc13cec739776d28c7ec1559b606 (patch)
tree9c61ae4b33afa483e934714d450c5c894d5eb592
parentUpdate and tweak the README. (diff)
downloadnotYetAnotherWiki-c0cbd0f555ccbc13cec739776d28c7ec1559b606.zip
notYetAnotherWiki-c0cbd0f555ccbc13cec739776d28c7ec1559b606.tar.gz
notYetAnotherWiki-c0cbd0f555ccbc13cec739776d28c7ec1559b606.tar.bz2
notYetAnotherWiki-c0cbd0f555ccbc13cec739776d28c7ec1559b606.tar.xz
Forgot to mention luajit in the install.
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 91c8283..2d8ed96 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,4 +9,6 @@ sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
9 9
10notYetAnotherWiki 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. 10notYetAnotherWiki 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
12You also need luajit installed.
13
12Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable. 14Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.