summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-07-20 22:58:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-07-20 22:58:28 +0000
commit5d2a7328edbd15d1a086a6ba99953f53098a1e3f (patch)
treed88f1ab0506b1b1a8377b8ce33a277eecff0accb
parentad4fe1b46edec10537084e5f9e110791bac7f864 (diff)
downloadbcm5719-llvm-5d2a7328edbd15d1a086a6ba99953f53098a1e3f.tar.gz
bcm5719-llvm-5d2a7328edbd15d1a086a6ba99953f53098a1e3f.zip
docs/GettingStarted.html: Fix a typo and tweak a command line.
llvm-svn: 135632
-rw-r--r--llvm/docs/GettingStarted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index d608a1370be..5465376db8a 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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=&lt;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=&lt;username>
git config svn-remote.svn.fetch :refs/remotes/origin/master
OpenPOWER on IntegriCloud