Bundler isn't installed by default
The bundle command requires the bundler gem to have been installed before it's run.
This commit is contained in:
parent
9061f0b1f3
commit
830f157f51
|
@ -8,6 +8,7 @@ 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
|
||||||
|
~ $ gem install bundler
|
||||||
~ $ jekyll new myblog
|
~ $ jekyll new myblog
|
||||||
~ $ cd myblog
|
~ $ cd myblog
|
||||||
~/myblog $ bundle install
|
~/myblog $ bundle install
|
||||||
|
|
Loading…
Reference in New Issue