aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7306a91cb6..7ecc65bf1b 100644
--- a/README.md
+++ b/README.md
@@ -255,13 +255,9 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
1. Clone LLVM and checkout a suitable branch
- git clone -b release_60-based https://code.qt.io/clang/llvm
+ git clone -b release_70-based --recursive https://code.qt.io/clang/llvm
- 2. Clone Clang into llvm/tools/clang and checkout a suitable branch
-
- git clone -b release_60-based https://code.qt.io/clang/clang llvm/tools/clang
-
- 3. Build and install LLVM/Clang
+ 2. Build and install LLVM/Clang
mkdir build
cd build