summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..4c10ad6
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+This is a very simple static site generator.
+
+This is a fork from a static site generator put together by william.
+
+To use it:
+
+- clone this repository
+- edit the file index.md
+- update index.html by running:
+
+ ./build index.md
+
+This README is probably not enough to use this site generator, so please email me your questions if you are trying to use it.