diff --git a/ChangeLog b/ChangeLog index de8f8cd4b1..a8e51ce800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 03 20:44:13 2012 Ayumu AIZAWA + + * README: add comment for Git user. patch from Arun Agrawal. + * README.ja: ditto. + Tue Jan 03 15:58:22 2012 Ayumu AIZAWA * thread.c: changed documentation for "thread-local" variables. 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 diff --git a/README.ja b/README.ja index 4da8955020..2702bf9aef 100644 --- a/README.ja +++ b/README.ja @@ -42,6 +42,12 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/ +** Gitで + +SubversionのミラーをGitHubに公開しています. +以下のコマンドでリポジトリを取得できます. + + $ git clone git://github.com/ruby/ruby.git * ホームページ