From c5335bd18fdca8e02662ae2b768e30501624b40a Mon Sep 17 00:00:00 2001 From: ayumin Date: Tue, 3 Jan 2012 11:48:20 +0000 Subject: * README: add comment for Git user. patch from Arun Agrawal. * README.ja: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index 5b6f1a710d..d4296a9809 100644 --- a/README +++ b/README @@ -32,11 +32,18 @@ following command: $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby +Or if you are using git then use following command: + + $ git clone git://github.com/ruby/ruby.git + 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/ +Or if you are using git then use following command: + + $ git ls-remote git://github.com/ruby/ruby.git * Ruby home-page -- cgit v1.2.3