mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Update README.md
Replace OS X with macOS
This commit is contained in:
parent
835707da22
commit
cd7c8af487
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -48,7 +48,7 @@ This project was forked from [rbenv](https://github.com/rbenv/rbenv) and
|
||||||
* **[Installation](#installation)**
|
* **[Installation](#installation)**
|
||||||
* [Basic GitHub Checkout](#basic-github-checkout)
|
* [Basic GitHub Checkout](#basic-github-checkout)
|
||||||
* [Upgrading](#upgrading)
|
* [Upgrading](#upgrading)
|
||||||
* [Homebrew on Mac OS X](#homebrew-on-mac-os-x)
|
* [Homebrew on macOS](#homebrew-on-macos)
|
||||||
* [Advanced Configuration](#advanced-configuration)
|
* [Advanced Configuration](#advanced-configuration)
|
||||||
* [Uninstalling Python Versions](#uninstalling-python-versions)
|
* [Uninstalling Python Versions](#uninstalling-python-versions)
|
||||||
* **[Command Reference](#command-reference)**
|
* **[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
|
## 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
|
### The automatic installer
|
||||||
|
@ -286,10 +286,10 @@ uninstall from the system.
|
||||||
|
|
||||||
brew uninstall pyenv
|
brew uninstall pyenv
|
||||||
|
|
||||||
### Homebrew on Mac OS X
|
### Homebrew on macOS
|
||||||
|
|
||||||
You can also install pyenv using the [Homebrew](http://brew.sh)
|
You can also install pyenv using the [Homebrew](https://brew.sh)
|
||||||
package manager for Mac OS X.
|
package manager for macOS.
|
||||||
|
|
||||||
$ brew update
|
$ brew update
|
||||||
$ brew install pyenv
|
$ brew install pyenv
|
||||||
|
|
Loading…
Reference in a new issue