Skip to content

Commit

Permalink
README: fix bundler version
Browse files Browse the repository at this point in the history
for #459
  • Loading branch information
vindarel committed Aug 30, 2022
1 parent 3835c5c commit e18597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Another option is to install the Jekyll version of this repository locally with
1. Install [rbenv](https://github.com/rbenv/rbenv) using your package manager, or follow [these instructions](https://github.com/rbenv/rbenv#basic-github-checkout) to install it manually.
2. Install [ruby-build](https://github.com/rbenv/ruby-build#installation). If you did a manual installation in the previous step, it is recommended to install ruby-build as a rbenv plugin.
3. Run `rbenv install 2.5.0` to install Ruby 2.5.0. Run `which gem` to make sure it points to `~/.rbenv/shims/gem`.
4. Run gem install bundler -v `1.17.3` to install bundler.
4. Run gem install bundler -v `2.1.4` to install bundler.
5. `cd` to the `cl-cookbook` directory and run `bundle install --path vendor/bundle` to install Jekyll locally.
6. Run `bundle exec jekyll serve` to generate the site and host it.

Expand Down

0 comments on commit e18597d

Please sign in to comment.