From 36b8c669f0dcc4384eb27a59198e3d7bc5d8a725 Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Wed, 13 Jul 2016 23:59:44 -0500 Subject: [PATCH] Fix jeckyll serve command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6168c8..2d13345 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ included in the project: # Install the needed gems through Bundler bundle install # Run the local server - bundle execute jekyll s + bundle exec jekyll serve ``` 5. Commit your changes in logical chunks. Please adhere to these [git commit