Add readme for building the docs
This commit is contained in:
parent
9ee0fdcc5d
commit
7dac821f17
1 changed files with 10 additions and 0 deletions
10
docs/readme.md
Normal file
10
docs/readme.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue