diff --git a/site/_docs/quickstart.md b/site/_docs/quickstart.md index 9d3800f5..ceabbce2 100644 --- a/site/_docs/quickstart.md +++ b/site/_docs/quickstart.md @@ -10,7 +10,8 @@ For the impatient, here's how to get a boilerplate Jekyll site up and running. ~ $ gem install jekyll ~ $ jekyll new myblog ~ $ cd myblog -~/myblog $ jekyll serve +~/myblog $ bundle install +~/myblog $ bundle exec jekyll serve # => Now browse to http://localhost:4000 {% endhighlight %}