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:
Nadjib Amar 2016-08-19 05:38:05 +02:00 committed by GitHub
parent 9061f0b1f3
commit 830f157f51
1 changed files with 1 additions and 0 deletions

View File

@ -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