aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-19 15:48:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-19 15:48:28 +0900
commitee3b61a44fe73dc577f84d27a1de5dfca548a04e (patch)
tree7b52bb1d66a487363bfe133aabb5bd106696b72f /README.md
parent13c60e656845a79feec5935842f82bb9bffc55e9 (diff)
downloadruby-ee3b61a44fe73dc577f84d27a1de5dfca548a04e.tar.gz
Removed subversion section because there is no active branch for svn.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index dbe71ddbd4..fee8528ca7 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,13 @@ It is simple, straightforward, and extensible.
well as Windows, macOS, etc.) cf.
https://github.com/ruby/ruby/blob/master/doc/maintainers.rdoc#label-Platform+Maintainers
-## How to get Ruby
+## How to get Ruby with Git
For a complete list of ways to install Ruby, including using third-party tools
like rvm, see:
https://www.ruby-lang.org/en/downloads/
-### Git
-
The mirror of the Ruby source tree can be checked out with the following command:
$ git clone https://github.com/ruby/ruby.git
@@ -48,17 +46,6 @@ to see the list of branches:
You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source)
if you are a committer.
-### Subversion
-
-Stable branches for older Ruby versions can be checked out with also the
-following command:
-
- $ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
-
-Try the following command to see the list of branches:
-
- $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
-
## Ruby home page
https://www.ruby-lang.org/