combined jekyll and bundler install in one line
This commit is contained in:
parent
830f157f51
commit
3dcad7284b
|
@ -7,8 +7,7 @@ permalink: /docs/quickstart/
|
|||
For the impatient, here's how to get a boilerplate Jekyll site up and running.
|
||||
|
||||
{% highlight shell %}
|
||||
~ $ gem install jekyll
|
||||
~ $ gem install bundler
|
||||
~ $ gem install jekyll bundler
|
||||
~ $ jekyll new myblog
|
||||
~ $ cd myblog
|
||||
~/myblog $ bundle install
|
||||
|
|
Loading…
Reference in New Issue