combined jekyll and bundler install in one line

This commit is contained in:
Nadjib Amar 2016-08-19 05:46:02 +02:00
parent 830f157f51
commit 3dcad7284b
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +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
~ $ gem install bundler
~ $ jekyll new myblog ~ $ jekyll new myblog
~ $ cd myblog ~ $ cd myblog
~/myblog $ bundle install ~/myblog $ bundle install