Fix dead link and misleading prose (#7383)

Merge pull request 7383
This commit is contained in:
Leandro Facchinetti 2018-11-16 04:46:54 -05:00 committed by jekyllbot
parent 7184404c74
commit d0753ecd82
1 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ xcode-select --install
## Set up Ruby included with the OS ## Set up Ruby included with the OS
Check your Ruby version meets our requirements. Jekyll requires Ruby 2.2.5 or above. If you're running an older version you'll need to [install a more recent Ruby version via Homebrew](#homebrew). Check your Ruby version meets our requirements. Jekyll requires Ruby 2.2.5 or above. If you're running an older version you'll need to [install a more recent Ruby version](#rbenv).
```sh ```sh
ruby -v ruby -v
@ -24,11 +24,11 @@ Now install Jekyll and [Bundler](/docs/ruby-101/#bundler).
gem install bundler jekyll gem install bundler jekyll
``` ```
### Install multiple Ruby versions with rbenv {#rbenv} ### Install a more recent Ruby version with rbenv {#rbenv}
Developers often use [rbenv](https://github.com/rbenv/rbenv) to manage multiple Developers often use [rbenv](https://github.com/rbenv/rbenv) to manage multiple
Ruby versions. This can be useful if you want to run the same Ruby version used Ruby versions. This can be useful when the version included with the OS is
by your colleagues/collaborators. too old or when you want to run the same version as your colleagues/collaborators.
```sh ```sh
# Install Homebrew # Install Homebrew
@ -45,7 +45,7 @@ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor
``` ```
Restart your terminal for changes to take effect. Restart your terminal for changes to take effect.
Now we can install the Ruby version of our choice, let's go with Ruby 2.5.1 here: Now we can install the Ruby version of our choice, let's go with Ruby 2.5.3 here:
```sh ```sh
rbenv install 2.5.3 rbenv install 2.5.3