1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Make README.md similar to README.ja.md [ci skip]

making safe commit to debug svn hook

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-21 01:06:25 +00:00
parent 838f1f61bf
commit 985192f092

View file

@ -31,21 +31,28 @@ like rvm, see:
https://www.ruby-lang.org/en/downloads/
### Subversion
The trunk of the Ruby source tree can be checked out with the following
command:
$ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
Or if you are using git then use the following command:
$ git clone https://github.com/ruby/ruby.git
There are some other branches under development. Try the following command
to see the list of branches:
$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
Or if you are using git then use the following command:
### Git
The mirror of the Ruby source tree can be checked out with the following
command:
$ git clone https://github.com/ruby/ruby.git
There are some other branches under development. Try the following command
to see the list of branches:
$ git ls-remote https://github.com/ruby/ruby.git