Skip to content

Commit

Permalink
Use 'bundle exec rake' in place of just 'rake'
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 10, 2012
1 parent 98a23ca commit 3b731e9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ h5. In terminal
$ git clone git@github.com:USERNAME/refinerycms.git
$ cd refinerycms
$ bundle install
$ rake refinery:testing:dummy_app
$ bundle exec rake refinery:testing:dummy_app
$ rails server
</shell>

Expand Down

0 comments on commit 3b731e9

Please sign in to comment.