summaryrefslogtreecommitdiff
path: root/README.ja.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-22 10:05:56 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-22 10:06:03 +0900
commite949c084b52de8c2a938e7a959dd61d6e9b78f2d (patch)
tree8357e894101c49032350b0d7451a6a366fb1d926 /README.ja.md
parent44a468ccdad87ac58e0bb1eccb8b67910bfc7b50 (diff)
README.ja.md: Update description about Git repository
Backported 4c570abf77 to Japanese
Diffstat (limited to 'README.ja.md')
-rw-r--r--README.ja.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/README.ja.md b/README.ja.md
index 69d89523ed..ff97289f7c 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -35,28 +35,29 @@ https://www.ruby-lang.org/ja/downloads/
を参照してください.
-### Subversionで
+### Git
-開発先端のソースコードは次のコマンドで取得できます.
+ミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます.
- $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+ $ git clone https://github.com/ruby/ruby.git
-他に開発中のブランチの一覧は次のコマンドで見られます.
+他のブランチの一覧は次のコマンドで見られます.
- $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
+ $ git ls-remote https://github.com/ruby/ruby.git
-### Gitで
+GitHubのかわりに https://git.ruby-lang.org/ruby.git (本来のRubyのtrunkリポジトリ)
+を使うこともできます.日本ではこちらの方が低いレイテンシで利用できるかもしれません.
-SubversionのミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます.
+### Subversion
- $ git clone https://github.com/ruby/ruby.git
+古いRubyのバージョンのソースコードは次のコマンドで取得できます.
-他のブランチの一覧は次のコマンドで見られます.
+ $ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
- $ git ls-remote https://github.com/ruby/ruby.git
+他に開発中のブランチの一覧は次のコマンドで見られます.
+
+ $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
-GitHubのかわりに https://git.ruby-lang.org/ruby.git を使うこともできます.
-日本ではこちらの方が低いレイテンシで利用できるかもしれません.
## ホームページ