mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
Add Homebrew to the readme
This commit is contained in:
@@ -138,6 +138,20 @@ tag:
|
||||
v0.2.0
|
||||
$ git checkout v0.2.0
|
||||
|
||||
### Homebrew on Mac OS X ###
|
||||
|
||||
You can also install rbenv using the
|
||||
[Homebrew](http://mxcl.github.com/homebrew/) package manager on Mac OS
|
||||
X.
|
||||
|
||||
$ brew update
|
||||
$ brew install rbenv
|
||||
|
||||
You'll need to add rbenv's shims directory to your path afterwards
|
||||
(installation step 3 above). Follow the instructions above for
|
||||
installing Ruby versions. (The ruby-build package can be installed
|
||||
with Homebrew as well.)
|
||||
|
||||
## Usage ##
|
||||
|
||||
Like `git`, the `rbenv` command delegates to subcommands based on its
|
||||
|
||||
Reference in New Issue
Block a user