Clarify that you are install bundler, and bundler takes care of jekyll (#6286)

Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
This commit is contained in:
Eric Pugh 2024-01-29 14:33:20 -05:00 committed by GitHub
parent 054dc56d5d
commit a35b5cfb97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -86,13 +86,13 @@ Follow these steps to set up your local copy of the repository:
ruby -v
```
1. Install [Jekyll](https://jekyllrb.com/) if you don't already have it:
1. Install [Bundler](https://bundler.io/) if you don't already have it:
```
gem install bundler jekyll
gem install bundler
```
1. Install the Jekyll dependencies:
1. Install Jekyll and all the dependencies:
```
bundle install