about summary refs log tree commit diff stats
path: root/README.txt
diff options
context:
space:
mode:
authorCase Duckworth2023-03-29 23:45:11 -0500
committerCase Duckworth2023-03-29 23:45:11 -0500
commit0f4890de4d9b0117bca058c74bcc4b41ec696197 (patch)
treef67067ba7be45d41b68b82187bb7c233ca79f125 /README.txt
parentReady for testing (diff)
downloadwikme-0f4890de4d9b0117bca058c74bcc4b41ec696197.tar.gz
wikme-0f4890de4d9b0117bca058c74bcc4b41ec696197.zip
Add README and Makefile
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8fd6f44 --- /dev/null +++ b/README.txt
@@ -0,0 +1,19 @@
1wikme --- build a wiki out of a directory of markdown files
2
3made with <3 by case duckworth for kindrobot
4
5requirements:
6
7- cmark
8- chicken scheme with the following eggs:
9 - cmark
10 - srfi-152
11 - utf8
12
13build:
14
15- make
16
17install:
18
19- make install