summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2022-05-19 15:48:27 +0900
committerHiroshi SHIBATA <[email protected]>2022-05-19 15:48:28 +0900
commitee3b61a44fe73dc577f84d27a1de5dfca548a04e ()
tree7b52bb1d66a487363bfe133aabb5bd106696b72f /README.md
parent13c60e656845a79feec5935842f82bb9bffc55e9 (diff)
Removed subversion section because there is no active branch for svn.
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
@@ -27,15 +27,13 @@ It is simple, straightforward, and extensible.
well as Windows, macOS, etc.) cf.
https://.com/ruby/ruby/blob/master/doc/maintainers.rdoc#label-Platform+Maintainers
-## How to get Ruby
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://.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/