summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index df70385387..7c39999c65 100644
--- a/README.txt
+++ b/README.txt
@@ -16,12 +16,12 @@ Flang.
> git clone https://github.com/llvm-mirror/llvm.git
> cd llvm
-> git checkout -t origin/release_36
+> git clone http://llvm.org/git/llvm.git
Download the Flang source code within the LLVM tree, the two will be compiled
together.
-> cd tools & git clone git://github.com/llvm-flang/flang.git
+> cd llvm/tools & git clone git://github.com/llvm-flang/flang.git
Compile LLVM and Flang together.