forked from DevFW-CICD/spring-petclinic
Add "gem install bundler" for people using vanilla Ruby
This commit is contained in:
parent
ccb4a8a2bb
commit
fc0cf54962
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ Assuming you're already within your project's clone directory, and you've alread
|
||||||
|
|
||||||
> **Note:** Jekyll 1.1.2 is a known good version, and it is specifically referred to in `Gemfile.lock` so you have to use `bundle` (not `gem install ...`) to install it:
|
> **Note:** Jekyll 1.1.2 is a known good version, and it is specifically referred to in `Gemfile.lock` so you have to use `bundle` (not `gem install ...`) to install it:
|
||||||
|
|
||||||
|
gem install bundler
|
||||||
bundle
|
bundle
|
||||||
|
|
||||||
### Run jekyll
|
### Run jekyll
|
||||||
|
|
Loading…
Reference in a new issue