aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2d01caf..a2b2842 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,13 +1,7 @@
1--- 1# Install
2pagetitle: "INSTALL"
3author: onefang
4pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md
5---
6 2
7notYetAnotherWiki 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.
8 4
9You also need luajit installed. 5You also need luajit installed.
10 6
11Copy 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.
12
13Similar 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.