diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2016-07-30 06:58:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 07:06:32 +0700 |
commit | f48014d66a50d5d94243063e4aae6137ae136769 (patch) | |
tree | 69b5877d12182f3bcf3dda32809e931bcfe5fd15 /ruby/ruby-build/README | |
parent | a15e6454c52fd6d26fbb42ca98b254de221b87a8 (diff) | |
download | slackbuilds-f48014d66a50d5d94243063e4aae6137ae136769.tar.gz |
ruby/ruby-build: Added (Compile and install Ruby).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/ruby-build/README')
-rw-r--r-- | ruby/ruby-build/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ruby/ruby-build/README b/ruby/ruby-build/README new file mode 100644 index 0000000000..426ad4c7b4 --- /dev/null +++ b/ruby/ruby-build/README @@ -0,0 +1,9 @@ +ruby-build - Compile and install Ruby + +ruby-build is an rbenv plugin that provides an rbenv install command to +compile and install different versions of Ruby on UNIX-like systems. + +You can also use ruby-build without rbenv in environments where you need +precise control over Ruby version installation. + +rbenv is an optional dependency |