Ver código fonte

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.
pull/653/head^2
Erik Griffn 8 anos atrás
pai
commit
d29ba1f80e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver arquivo

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

Carregando…
Cancelar
Salvar