mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-30 23:00:30 +00:00
Update README.md
I work on a team that has followed the Homebrew installations. More than once we've missed the `rbenv init` instruction and it has caused headaches down the road. This formatting makes it harder to miss.
This commit is contained in:
parent
4f8925abe7
commit
4e27113494
1 changed files with 2 additions and 2 deletions
|
@ -230,10 +230,10 @@ manager on Mac OS X:
|
||||||
~~~
|
~~~
|
||||||
$ brew update
|
$ brew update
|
||||||
$ brew install rbenv
|
$ brew install rbenv
|
||||||
|
$ rbenv init
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Afterwards you'll still need to run `rbenv init` for instructions
|
You'll only ever have to run `rbenv init` once.
|
||||||
as stated in the caveats. You'll only ever have to do this once.
|
|
||||||
|
|
||||||
### How rbenv hooks into your shell
|
### How rbenv hooks into your shell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue