Add readme for building the docs

This commit is contained in:
Lucas Nicodemus 2012-02-25 23:04:07 -07:00
parent 9ee0fdcc5d
commit 7dac821f17

10
docs/readme.md Normal file
View file

@ -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.