Merge pull request #7558 from denismcdonald/patch-2

Minor typographical suggestions
This commit is contained in:
Frank Taillandier 2019-03-09 07:49:50 +01:00 committed by GitHub
commit 7f4b15194f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@ export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH export PATH=$HOME/gems/bin:$PATH
``` ```
Relaunch your terminal and run `gem env` to check that default gem paths point to you home directory by default. Relaunch your terminal and run `gem env` to check that default gem paths point to your home directory by default.
## Set up Ruby included with the OS ## Set up Ruby included with the OS
Jekyll requires Ruby > 2.2.5 — we recommend that you run Ruby > 2.3 though, as more and more dependencies ask for that requirement. You're good to go on macOS Mojave 10.14: Jekyll requires Ruby > 2.2.5. We recommend that you run Ruby > 2.3 though, as more and more dependencies ask for that requirement. You're good to go on macOS Mojave 10.14:
```sh ```sh
sw_vers -productVersion sw_vers -productVersion
@ -47,7 +47,7 @@ gem install bundler jekyll
### Install latest stable Ruby with Homebrew {#brew} ### Install latest stable Ruby with Homebrew {#brew}
To run latest Ruby version you need to install it through [Homebrew](https://brew.sh). To run the latest Ruby version you need to install it through [Homebrew](https://brew.sh).
```sh ```sh
# Install Homebrew # Install Homebrew