summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2015-06-15 21:11:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-15 23:45:34 +0200
commitf29f2cbd00dbe5f81b2a2867e9e931bcf5221b36 (patch)
tree3dec4715737e5f72535f4a731be06aacbdb9e171 /README
parent4fd187c677470305e4d860307fc2db4e488c937d (diff)
downloadcurl-f29f2cbd00dbe5f81b2a2867e9e931bcf5221b36.tar.gz
README: use secure protocol for Git repository
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index cfd676098..d92c7f8bf 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ GIT
To download the very latest source off the GIT server do this:
- git clone git://github.com/bagder/curl.git
+ git clone https://github.com/bagder/curl.git
(you'll get a directory named curl created, filled with the source code)