aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authordvs12024-12-22 02:39:15 +1000
committerdvs12024-12-22 02:39:15 +1000
commit38af1834ea1b2250b39dc17fdfed6784e70eb510 (patch)
tree8b3a0773674035f196369aabf38eb4d11a9c8a6a /INSTALL.md
parentBit of code cleanup. (diff)
downloadnotYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.zip
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.gz
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.bz2
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.xz
Insallation instructions.
Diffstat (limited to '')
-rw-r--r--INSTALL.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..eb5a3d6
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,12 @@
1---
2favicon: cartdave_favicon.png
3pagetitle: "INSTALL"
4author: onefang
5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom
6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md
7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
8---
9
10notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks.
11
12Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.