Created Updating the manual (markdown)

bsag 2011-07-16 06:11:29 -07:00
parent db7a00bbc4
commit 0cad9a769d

22
Updating-the-manual.md Normal file

@ -0,0 +1,22 @@
h1. Updating the manual
First
* gem install jekyll
* easy_setup pygments
* download and install "Prince XML":http://www.princexml.com/
check out the manual
<pre>
git checkout gh-pages
</pre>
make your changes
update manual.pdf by running
<pre>
rake manual.pdf
</pre>
push your changes. Github will update the site automagically