added gem install rake as recommended in issue #80

This commit is contained in:
Brandon Mathis 2011-08-22 12:11:43 -04:00
parent 2644f3cea0
commit baa0a1ad6b

View File

@ -39,6 +39,7 @@ Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
rvm rvmrc trust
rvm reload
gem install bundler
gem install rake
bundle install
```