[llvm-commits] [llvm] r135632 - /llvm/trunk/docs/GettingStarted.html
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jul 20 15:58:28 PDT 2011
Author: chapuni
Date: Wed Jul 20 17:58:28 2011
New Revision: 135632
URL: http://llvm.org/viewvc/llvm-project?rev=135632&view=rev
Log:
docs/GettingStarted.html: Fix a typo and tweak a command line.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=135632&r1=135631&r2=135632&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Jul 20 17:58:28 2011
@@ -818,7 +818,7 @@
<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 @@
# 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
More information about the llvm-commits
mailing list