mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix homebrew link in README.
This commit is contained in:
parent
cf81e5a0c4
commit
86497f72c2
1 changed files with 2 additions and 2 deletions
|
@ -167,9 +167,9 @@ We'd recommend to install pyenv-virtualenv as well if you have some plan to play
|
|||
|
||||
## Installation
|
||||
|
||||
For macOS:
|
||||
### Homebrew on macOS
|
||||
|
||||
1. Consider installing with [Homebrew](#homebrew-on-macos)
|
||||
1. Consider installing with [Homebrew](https://brew.sh)
|
||||
```sh
|
||||
brew update
|
||||
brew install pyenv
|
||||
|
|
Loading…
Reference in a new issue