summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 07:34:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 07:34:30 +0000
commit0804df613b534863e0c81ace6a1903a73228bab1 (patch)
tree42eb03b14aa510b3572dae2f767f91e91f8824b0 /README
parent9e05d6d92a655f68bb6b2791f62d21d26f5ba73e (diff)
downloadruby-0804df613b534863e0c81ace6a1903a73228bab1.tar.gz
ruby-0804df613b534863e0c81ace6a1903a73228bab1.tar.xz
ruby-0804df613b534863e0c81ace6a1903a73228bab1.zip
Update the distribution information.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index d4580076b..938c846e3 100644
--- a/README
+++ b/README
@@ -22,16 +22,19 @@ Perl). It is simple, straight-forward, and extensible.
* How to get Ruby
-The Ruby distribution can be found on:
+The Ruby distribution files can be found in the following FTP site:
ftp://ftp.ruby-lang.org/pub/ruby/
-You can get it by anonymous CVS. How to check out is:
+The trunk of the Ruby source tree can be checked out with the
+following command:
- $ cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src login
- (Logging in to anonymous@cvs.ruby-lang.org)
- CVS password: anonymous
- $ cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:/src checkout ruby
+ $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+
+There are some other branches under development. Try the following
+command and see the list of branches:
+
+ $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
* Ruby home-page