[前][次][番号順一覧][スレッド一覧]

ruby-changes:55439

From: k0kubun <ko1@a...>
Date: Sun, 21 Apr 2019 10:06:30 +0900 (JST)
Subject: [ruby-changes:55439] k0kubun:r67651 (trunk): Make README.md similar to README.ja.md [ci skip]

k0kubun	2019-04-21 10:06:25 +0900 (Sun, 21 Apr 2019)

  New Revision: 67651

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67651

  Log:
    Make README.md similar to README.ja.md [ci skip]
    
    making safe commit to debug svn hook

  Modified files:
    trunk/README.md
Index: README.md
===================================================================
--- README.md	(revision 67650)
+++ README.md	(revision 67651)
@@ -31,21 +31,28 @@ like rvm, see: https://github.com/ruby/ruby/blob/trunk/README.md#L31
 
 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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]