mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-02 10:27:18 +02:00
Created Updating the manual (markdown)
parent
db7a00bbc4
commit
0cad9a769d
1 changed files with 22 additions and 0 deletions
22
Updating-the-manual.md
Normal file
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue