Minor typographical suggestions

This commit is contained in:
Denis McDonald 2019-03-09 17:03:58 +11:00 committed by GitHub
parent 68e633a56e
commit 633a2922d6
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