From 7dac821f17f582cebe7acbab4df8f4e366f80830 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 25 Feb 2012 23:04:07 -0700 Subject: [PATCH] Add readme for building the docs --- docs/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/readme.md diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 00000000..4c1bec64 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,10 @@ +# Building + +1. Install [Pandoc](http://johnmacfarlane.net/pandoc). +2. cd to docs/src +3. pandoc index.md -o ../index.html + +# Adding stuff + +1. Everything is [Markdown](http://daringfireball.net/projects/markdown/) +2. If you add a new page, include [Markdown-CSS](https://github.com/clownfart/Markdown-CSS) for best results. \ No newline at end of file