diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d608a1370b..5465376db8 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -818,7 +818,7 @@ git clone http://llvm.org/git/clang.git <tt>git-svn</tt>, run:</p> <pre> -git clone http://llvm.org/git/llvm +git clone http://llvm.org/git/llvm.git cd llvm git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username> git config svn-remote.svn.fetch :refs/remotes/origin/master @@ -826,7 +826,7 @@ git svn rebase -l # -l avoids fetching ahead of the git mirror. # If you have clang too: cd tools -git clone http://llvm.org/git/clang.git clang +git clone http://llvm.org/git/clang.git cd clang git svn init https://llvm.org/svn/llvm-project/cfe/trunk --username=<username> git config svn-remote.svn.fetch :refs/remotes/origin/master |