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 %} diff --git a/site/index.html b/site/index.html index 88da5ec9..9a2aa655 100644 --- a/site/index.html +++ b/site/index.html @@ -57,10 +57,15 @@ overview: true $ cd my-awesome-site
++ ~ + $ + bundle install +
~/my-awesome-site $ - jekyll serve + bundle exec jekyll serve
# => Now browse to http://localhost:4000