mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #999 from jacob-on-github/patch-1
Make homebrew installation instructions more clear
This commit is contained in:
commit
b4330a48b1
1 changed files with 2 additions and 2 deletions
|
@ -230,10 +230,10 @@ manager on Mac OS X:
|
|||
~~~
|
||||
$ brew update
|
||||
$ brew install rbenv
|
||||
$ rbenv init
|
||||
~~~
|
||||
|
||||
Afterwards you'll still need to run `rbenv init` for instructions
|
||||
as stated in the caveats. You'll only ever have to do this once.
|
||||
You'll only ever have to run `rbenv init` once.
|
||||
|
||||
### How rbenv hooks into your shell
|
||||
|
||||
|
|
Loading…
Reference in a new issue