Ver a proveniência

Add Homebrew to the readme

pull/360/head^2
Sam Stephenson há 15 anos
ascendente
cometimento
53d45707ca
2 ficheiros alterados com 29 adições e 0 eliminações
  1. +15
    -0
      README.md
  2. +14
    -0
      doc/README.mdtoc

+ 15
- 0
README.md Ver ficheiro

@ -42,6 +42,7 @@ tools that do one thing well.
* [1 How It Works](#section_1)
* [2 Installation](#section_2)
* [2.1 Upgrading an existing installation](#section_2.1)
* [2.2 Homebrew on Mac OS X](#section_2.2)
* [3 Usage](#section_3)
* [3.1 rbenv global](#section_3.1)
* [3.2 rbenv local](#section_3.2)
@ -154,6 +155,20 @@ tag:
v0.2.0
$ git checkout v0.2.0
### <a name="section_2.2"></a> 2.2 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.)
## <a name="section_3"></a> 3 Usage
Like `git`, the `rbenv` command delegates to subcommands based on its

+ 14
- 0
doc/README.mdtoc Ver ficheiro

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

Carregando…
Cancelar
Guardar