diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-06-15 21:11:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-15 23:45:34 +0200 |
commit | f29f2cbd00dbe5f81b2a2867e9e931bcf5221b36 (patch) | |
tree | 3dec4715737e5f72535f4a731be06aacbdb9e171 /README | |
parent | 4fd187c677470305e4d860307fc2db4e488c937d (diff) | |
download | curl-f29f2cbd00dbe5f81b2a2867e9e931bcf5221b36.tar.gz |
README: use secure protocol for Git repository
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |