summaryrefslogtreecommitdiff
path: root/ruby/ruby2/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/ruby2/README')
-rw-r--r--ruby/ruby2/README21
1 files changed, 17 insertions, 4 deletions
diff --git a/ruby/ruby2/README b/ruby/ruby2/README
index a910df2e79..554246ec33 100644
--- a/ruby/ruby2/README
+++ b/ruby/ruby2/README
@@ -1,11 +1,24 @@
-Ruby 2.0
+============
+Ruby 2.2.2
+============
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in Perl). It is simple,
straight-forward, and extensible.
-Is it safe to install on a system that already has another version
-of Ruby.
+============
+Notes
+============
-Visit the Ruby project online at http://www.ruby-lang.org/
+This build script will install a newer version of ruby alongside
+the provided official Slackware ruby package, however it will overwrite
+/usr/lib{64}/libruby.so, so make sure to reinstall ruby package
+when you remove this package.
+
+This package is not required, as the standard Slackware
+system does provide a version of ruby.
+
+Execute using '/usr/bin/ruby2' to utilize. All binaries
+installed by this package are installed with an added "2" at the
+end of each. (ruby2, rake2, irb2, gem2, erb2, rdoc2, ri2)