diff options
Diffstat (limited to 'README.ja.md')
| -rw-r--r-- | README.ja.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/README.ja.md b/README.ja.md index 0d2d309fb8..9bbc3a83a5 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,10 +1,10 @@ [](https://github.com/ruby/ruby/actions?query=workflow%3A"MinGW") -[](https://github.com/ruby/ruby/actions?query=workflow%3A"RJIT") [](https://github.com/ruby/ruby/actions?query=workflow%3A"Ubuntu") [](https://github.com/ruby/ruby/actions?query=workflow%3A"Windows") [](https://ci.appveyor.com/project/ruby/ruby/branch/master) [](https://app.travis-ci.com/ruby/ruby) -[](https://cirrus-ci.com/github/ruby/ruby/master) + +[English](rdoc-ref:README.md) # Rubyとは @@ -41,11 +41,15 @@ https://www.ruby-lang.org/ja/downloads/ ミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます. - $ git clone https://github.com/ruby/ruby.git +```console +$ git clone https://github.com/ruby/ruby.git +``` 他のブランチの一覧は次のコマンドで見られます. - $ git ls-remote https://github.com/ruby/ruby.git +```console +$ git ls-remote https://github.com/ruby/ruby.git +``` Rubyリポジトリの本来のmasterは https://git.ruby-lang.org/ruby.git にあります. コミッタはこちらを使います. |
