diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 8c073836afa..bd01d378bd8 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -18,9 +18,9 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer ## Before you start Rails 1. `bundle install` -2. `rake db:migrate` -3. `rake db:test:prepare` -4. `rake db:seed_fu` +2. `bundle exec rake db:migrate` +3. `bundle exec rake db:test:prepare` +4. `bundle exec rake db:seed_fu` 5. Try running the specs: `bundle exec rake autospec` 6. `bundle exec rails server`