Merge pull request #999 from jacob-on-github/patch-1

Make homebrew installation instructions more clear
This commit is contained in:
Mislav Marohnić 2017-05-17 00:12:52 +02:00 committed by GitHub
commit b4330a48b1

View file

@ -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