From 80ee04e659f0b31d65f858444662d38da1111ede Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Tue, 20 Jun 2017 10:25:03 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20run=20rake=20without=20bundle?= =?UTF-8?q?=20exec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fb079..d841437 100644 --- a/README.md +++ b/README.md @@ -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