Commit 88e7bde6 by Jeremy Kemper

Make a note about Homebrew installs, including --HEAD

parent a353131e
......@@ -21,6 +21,17 @@ install it locally as a plugin:
$ cd ~/.rbenv/plugins
$ git clone git://github.com/sstephenson/ruby-build.git
And if you're using Homebrew, you can just
$ brew install ruby-build
to get the latest release, or
$ brew install --HEAD ruby-build
to pull the latest from git.
### Installing Ruby
To install a Ruby version, run the `ruby-build` command with the path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment