From 8853db745dadab2cf0120ab1d13c88cc589cd8b6 Mon Sep 17 00:00:00 2001 From: burningTyger Date: Tue, 18 Sep 2012 20:14:19 +0200 Subject: [PATCH] Update for README file --- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 534c69ec35..a564d61d74 100644 --- a/README +++ b/README @@ -8,8 +8,8 @@ Ruby core library is written almost entirely in Ruby. Rubinius provides the same standard libraries as Matz's Ruby implementation (MRI). Rubinius also provides C-API compatibility for native C extensions. -Rubinius currently is compatible with Ruby version 1.8.7. Support for Ruby -version 1.9.2 is coming soon. +Rubinius currently is compatible with Ruby version 1.8.7. Full support for Ruby +version 1.9.3 is coming soon. Rubinius runs on Mac OS X and many Unix/Linux operating systems. Support for Microsoft Windows is coming soon. @@ -57,8 +57,7 @@ To make Rubinius the default interpreter in new shells, run: The documentation for RVM is available at: - https://rvm.beginrescueend.com - + https://rvm.io 5. Using RubyGems @@ -82,5 +81,5 @@ Please file tickets for bugs or problems. The issue tracker is: 8. Contributing -The Rubinius team welcomes contributions. Run 'rake docs' and see the -"Contributing" page. +The Rubinius team welcomes contributions. For more information read the +CONTRIBUTING file in the root directory of Rubinius.