aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 02:43:38 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 02:43:38 +0000
commitc1234caeedd266f4aec0b797841edc65244988c5 (patch)
treeabc05453070f14e09808185876e86828e2b815bd /README.md
parentb2ed2c01b68e5b961792ef9ef3e050d9a45cfaad (diff)
downloadruby-c1234caeedd266f4aec0b797841edc65244988c5.tar.gz
Modify git clone command
The previous git clone command is not work, the protocol in URL should be https [fix GH-1772] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 688802633c..7a24329fe8 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ command:
Or if you are using git then use the following command:
- $ git clone git://github.com/ruby/ruby.git
+ $ 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: