Skip to content

Commit 88e7bde

Browse files
committed
Make a note about Homebrew installs, including --HEAD
1 parent a353131 commit 88e7bde

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ install it locally as a plugin:
2121
$ cd ~/.rbenv/plugins
2222
$ git clone git://github.com/sstephenson/ruby-build.git
2323

24+
And if you're using Homebrew, you can just
25+
26+
$ brew install ruby-build
27+
28+
to get the latest release, or
29+
30+
$ brew install --HEAD ruby-build
31+
32+
to pull the latest from git.
33+
34+
2435
### Installing Ruby
2536

2637
To install a Ruby version, run the `ruby-build` command with the path

0 commit comments

Comments
 (0)