Updated Mac OSX brew install command

It seems rbenv now comes with ruby-build.  I have not investigated fully, but the previously shown command: `brew install rbenv ruby-build` caused issues on my machine.  After uninstalling both and simply running `brew install rbenv` everything worked fine.
This commit is contained in:
Erik Griffn 2016-02-01 11:17:56 +00:00
parent c38833179b
commit d29ba1f80e

View file

@ -234,7 +234,7 @@ manager on Mac OS X:
~~~
$ brew update
$ brew install rbenv ruby-build
$ brew install rbenv
~~~
Afterwards you'll still need to add `eval "$(rbenv init -)"` to your