mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
commit
b1d097a8e3
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue