Don’t run rake without bundle exec

This commit is contained in:
Olivier Lacan 2017-06-20 10:25:03 +01:00
parent e69fddcd8e
commit 80ee04e659

View File

@ -20,7 +20,7 @@ This repository generates http://keepachangelog.com/.
- `bundle exec middleman` starts the local development server at http://localhost:4567
### Deployment
- `rake publish` builds and pushes to the `gh-pages` branch
- `bundle exec rake publish` builds and pushes to the `gh-pages` branch
### Translations