diff options
author | Case Duckworth | 2023-03-29 23:45:11 -0500 |
---|---|---|
committer | Case Duckworth | 2023-03-29 23:45:11 -0500 |
commit | 0f4890de4d9b0117bca058c74bcc4b41ec696197 (patch) | |
tree | f67067ba7be45d41b68b82187bb7c233ca79f125 /README.txt | |
parent | Ready for testing (diff) | |
download | wikme-0f4890de4d9b0117bca058c74bcc4b41ec696197.tar.gz wikme-0f4890de4d9b0117bca058c74bcc4b41ec696197.zip |
Add README and Makefile
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 19 |
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 @@ | |||
1 | wikme --- build a wiki out of a directory of markdown files | ||
2 | |||
3 | made with <3 by case duckworth for kindrobot | ||
4 | |||
5 | requirements: | ||
6 | |||
7 | - cmark | ||
8 | - chicken scheme with the following eggs: | ||
9 | - cmark | ||
10 | - srfi-152 | ||
11 | - utf8 | ||
12 | |||
13 | build: | ||
14 | |||
15 | - make | ||
16 | |||
17 | install: | ||
18 | |||
19 | - make install | ||