Merge pull request #5258 from ebabel-eu/patch-1

Merge pull request 5258
This commit is contained in:
jekyllbot 2016-08-19 07:16:04 -07:00 committed by GitHub
commit db61028b58
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ permalink: /docs/quickstart/
For the impatient, here's how to get a boilerplate Jekyll site up and running. For the impatient, here's how to get a boilerplate Jekyll site up and running.
{% highlight shell %} {% highlight shell %}
~ $ gem install jekyll ~ $ gem install jekyll bundler
~ $ jekyll new myblog ~ $ jekyll new myblog
~ $ cd myblog ~ $ cd myblog
~/myblog $ bundle install ~/myblog $ bundle install