Merge pull request #8 from myfreeweb/patch-1

Just a few readme tweaks
This commit is contained in:
Sam Stephenson 2011-08-16 06:57:37 -07:00
commit b1d097a8e3

View file

@ -1,7 +1,7 @@
# 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)