summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-05-21 10:26:11 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-05-22 06:47:36 +0000
commit0dccf8803b8f7784566388eca2b020f980157268 (patch)
tree367b145f5bc9ebe8af78366a1fbdeb00a3e1c631 /README.md
parentf4528963080fbf5ccd71068b03c84f757a3253aa (diff)
downloadqt-creator-0dccf8803b8f7784566388eca2b020f980157268.tar.gz
Clang: Use https protocol instead of git
Some firewalls block access to git, while they allow http[s] Change-Id: Ia363550a7d1d09960c5569bc3a6df104be28d0c7 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7595e7c162..81392381ac 100644
--- a/README.md
+++ b/README.md
@@ -251,11 +251,11 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
1. Clone LLVM and checkout a suitable branch
- git clone -b release_60-based git://code.qt.io/clang/llvm.git
+ git clone -b release_60-based https://code.qt.io/clang/llvm
2. Clone Clang into llvm/tools/clang and checkout a suitable branch
- git clone -b release_60-based git://code.qt.io/clang/clang.git llvm/tools/clang
+ git clone -b release_60-based https://code.qt.io/clang/clang llvm/tools/clang
3. Build and install LLVM/Clang