Skip to content

Commit b1d097a

Browse files
committed
Merge pull request rbenv#8 from myfreeweb/patch-1
Just a few readme tweaks
2 parents 9ab56ee + 0dc6cda commit b1d097a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ruby-build
22

33
ruby-build provides a simple way to compile and install different
4-
versions of Ruby on UNIX-based systems.
4+
versions of Ruby on UNIX-like systems.
55

66
### Installing ruby-build
77

@@ -27,6 +27,10 @@ may be specified instead.)
2727
$ ~/local/ruby-1.9.2-p290/bin/ruby --version
2828
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]
2929

30+
You can use it with [rbenv](https://github.com/sstephenson/rbenv):
31+
32+
$ ruby-build 1.9.2-p290 ~/.rbenv/versions/1.9.2-p290
33+
3034
### License
3135

3236
(The MIT License)

0 commit comments

Comments
 (0)