1
0
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:
Sam Stephenson
2011-09-28 12:19:36 -05:00
parent 828051e651
commit 53d45707ca
2 changed files with 29 additions and 0 deletions

View File

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