Skip to content

Commit 52034b7

Browse files
hartworkschacon
authored andcommitted
Make contributing easier for non-ruby people
1 parent b88d244 commit 52034b7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ resource to be hosted on the main Git website.
66
== Contributing ==
77

88
* 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/)
9+
* Install required gems:
10+
$ 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
1116

1217
== References ==
1318

@@ -17,4 +22,3 @@ resource to be hosted on the main Git website.
1722

1823
* Scott Chacon
1924
* Emil Sit
20-

0 commit comments

Comments
 (0)