Skip to content

Commit

Permalink
Merge pull request #8 from myfreeweb/patch-1
Browse files Browse the repository at this point in the history
Just a few readme tweaks
  • Loading branch information
sstephenson committed Aug 16, 2011
2 parents 9ab56ee + 0dc6cda commit b1d097a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -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

Expand All @@ -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)
Expand Down

0 comments on commit b1d097a

Please sign in to comment.