From ff50cff689fa5ecf5bf7f9ff12b5fbc7ffbe14ab Mon Sep 17 00:00:00 2001 From: Andrew Rhoads Date: Tue, 13 Oct 2015 21:13:48 -0500 Subject: [PATCH] Update CONTRIBUTING.md Changed instructions to use the bundled middleman. It is likely the gem isn't globally installed and it isn't at least if just these instructions are followed. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7251af..30acafa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ navigate to the project repo and run: ``` bundle install -middleman +bundle exec middleman ```