From 0cad9a769d57a4504e3d0ea2e7bdd7b196954ccc Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 16 Jul 2011 06:11:29 -0700 Subject: [PATCH] Created Updating the manual (markdown) --- Updating-the-manual.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Updating-the-manual.md 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