Update README.md

Replace OS X with macOS
This commit is contained in:
Alan Yee 2018-10-29 22:02:21 -07:00 committed by GitHub
parent 835707da22
commit cd7c8af487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ This project was forked from [rbenv](https://github.com/rbenv/rbenv) and
* **[Installation](#installation)**
* [Basic GitHub Checkout](#basic-github-checkout)
* [Upgrading](#upgrading)
* [Homebrew on Mac OS X](#homebrew-on-mac-os-x)
* [Homebrew on macOS](#homebrew-on-macos)
* [Advanced Configuration](#advanced-configuration)
* [Uninstalling Python Versions](#uninstalling-python-versions)
* **[Command Reference](#command-reference)**
@ -167,7 +167,7 @@ We'd recommend to install pyenv-virtualenv as well if you have some plan to play
## Installation
If you're on Mac OS X, consider [installing with Homebrew](#homebrew-on-mac-os-x).
If you're on macOS, consider [installing with Homebrew](#homebrew-on-macos).
### The automatic installer
@ -286,10 +286,10 @@ uninstall from the system.
brew uninstall pyenv
### Homebrew on Mac OS X
### Homebrew on macOS
You can also install pyenv using the [Homebrew](http://brew.sh)
package manager for Mac OS X.
You can also install pyenv using the [Homebrew](https://brew.sh)
package manager for macOS.
$ brew update
$ brew install pyenv