diff --git a/Updating-the-manual.md b/Updating-the-manual.md new file mode 100644 index 0000000..48b8856 --- /dev/null +++ b/Updating-the-manual.md @@ -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 + +
+git checkout gh-pages
+
+ +make your changes + +update manual.pdf by running + +
+rake manual.pdf
+
+ +push your changes. Github will update the site automagically \ No newline at end of file