We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88d244 commit 52034b7Copy full SHA for 52034b7
README
@@ -6,8 +6,13 @@ resource to be hosted on the main Git website.
6
== Contributing ==
7
8
* Clone this source, add to it and send me (schacon@gmail.com) a patch or pull request
9
-* Install gems 'ultraviolet' and 'discount'
10
-* Install prince (http://www.princexml.com/download/)
+* Install required gems:
+ $ gem install rake ultraviolet discount rdiscount builder
11
+* For PDF output install prince (http://www.princexml.com/download/)
12
+* Generate book through
13
+ $ rake html
14
+ or
15
+ $ rake pdf
16
17
== References ==
18
@@ -17,4 +22,3 @@ resource to be hosted on the main Git website.
22
23
* Scott Chacon
19
24
* Emil Sit
20
-
0 commit comments