Skip to content

Commit 11be647

Browse files
committed
Merge pull request #78 from pvdb/fix_contributing_documentation
Fix contributing documentation: install "hoe" gem dependency
2 parents d05c0ab + 7298e36 commit 11be647

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CONTRIBUTING.rdoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ http://github.com/ruby/rake . The public git clone URL is
1010
If you wish to run the unit and functional tests that come with Rake:
1111

1212
* +cd+ into the top project directory of rake.
13+
* Install the +hoe+ gem dependency:
14+
15+
gem install hoe # Unless the hoe gem is already installed
16+
1317
* Type one of the following:
1418

15-
rake newb # If you have never run rake's tests
16-
rake # If you have run rake's tests
19+
rake newb # If you have never run rake's tests
20+
rake # If you have run rake's tests
1721

1822
= Issues and Bug Reports
1923

0 commit comments

Comments
 (0)