TShock/docs/readme.md
2012-02-25 23:25:11 -07:00

15 lines
No EOL
458 B
Markdown

# Building
1. Install [Pandoc](http://johnmacfarlane.net/pandoc).
2. cd to docs/src
3. pandoc index.md -o ../index.html
4. pandoc permissions.md -o ../permissions.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.
# Demo
You can access the docs at the [TShock Github Page](http://tshock.github.com/).