From d29ba1f80efab991dd459ff33a96cfcb8dda9572 Mon Sep 17 00:00:00 2001 From: Erik Griffn Date: Mon, 1 Feb 2016 11:17:56 +0000 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e8a3c1..7f59ad2d 100644 --- a/README.md +++ b/README.md @@ -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