Skip to content

Commit d30bf80

Browse files
committed
Recommend bundle exec rake whenever rake is being invoked.
1 parent ee3b64c commit d30bf80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ maintainers to love you. :heart:*
2727

2828
## Before Submitting
2929

30-
- Please, please, *please* run `rake` from the terminal before you submit. It
30+
- Please, please, *please* run `bundle exec rake` from the terminal before you submit. It
3131
not only runs our test suite but also checks the docs for syntax errors.
3232

3333
- Push to a branch on GitHub. Just like you developed in a local branch, you

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These files can be in any of these formats:
2020
## Usage
2121

2222
bundle install
23-
rake run
23+
bundle exec rake run
2424

2525
If the above fails (say, because `rerun` doesn't work on your system), try
2626

@@ -30,13 +30,13 @@ Then open <http://localhost:9292> in a web browser, and verify that you can navi
3030

3131
## Locales
3232

33-
To serve sites from "sites/en", use `rake run` or a vanilla deploy.
33+
To serve sites from "sites/en", use `bundle exec rake run` or a vanilla deploy.
3434

3535
To server sites from another locale (say, "es" or Spanish)...
3636

3737
### Run Localized Site Locally
3838

39-
$ SITE_LOCALE=es rake run
39+
$ SITE_LOCALE=es bundle exec rake run
4040

4141
The server listens on `0.0.0.0:9292`.
4242

0 commit comments

Comments
 (0)