We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ab56ee + 0dc6cda commit b1d097aCopy full SHA for b1d097a
README.md
@@ -1,7 +1,7 @@
1
# ruby-build
2
3
ruby-build provides a simple way to compile and install different
4
-versions of Ruby on UNIX-based systems.
+versions of Ruby on UNIX-like systems.
5
6
### Installing ruby-build
7
@@ -27,6 +27,10 @@ may be specified instead.)
27
$ ~/local/ruby-1.9.2-p290/bin/ruby --version
28
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]
29
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
34
### License
35
36
(The MIT License)
0 commit comments