Commit 0dc6cdab by Grigory V

Just a few readme tweaks

parent 9ab56ee5
# ruby-build
ruby-build provides a simple way to compile and install different
versions of Ruby on UNIX-based systems.
versions of Ruby on UNIX-like systems.
### Installing ruby-build
......@@ -27,6 +27,10 @@ may be specified instead.)
$ ~/local/ruby-1.9.2-p290/bin/ruby --version
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]
You can use it with [rbenv](https://github.com/sstephenson/rbenv):
$ ruby-build 1.9.2-p290 ~/.rbenv/versions/1.9.2-p290
### License
(The MIT License)
......
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