Skip to content

Commit ab61584

Browse files
Be consistent with bundle exec
You need bundle exec for all of the commands, not just items 5 and 6
1 parent 3abeb5f commit ab61584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/DEVELOPER-ADVANCED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer
1818
## Before you start Rails
1919

2020
1. `bundle install`
21-
2. `rake db:migrate`
22-
3. `rake db:test:prepare`
23-
4. `rake db:seed_fu`
21+
2. `bundle exec rake db:migrate`
22+
3. `bundle exec rake db:test:prepare`
23+
4. `bundle exec rake db:seed_fu`
2424
5. Try running the specs: `bundle exec rake autospec`
2525
6. `bundle exec rails server`
2626

0 commit comments

Comments
 (0)