[Lldb-commits] [lldb] r186958 - Add instructions to www/source.html for using the Git mirror for those so inclined.
Stefanus Du Toit
stefanus.du.toit at intel.com
Tue Jul 23 10:18:43 PDT 2013
Author: sdt
Date: Tue Jul 23 12:18:43 2013
New Revision: 186958
URL: http://llvm.org/viewvc/llvm-project?rev=186958&view=rev
Log:
Add instructions to www/source.html for using the Git mirror for those so inclined.
Reviewed by: Daniel Malea
Modified:
lldb/trunk/www/source.html
Modified: lldb/trunk/www/source.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/source.html?rev=186958&r1=186957&r2=186958&view=diff
==============================================================================
--- lldb/trunk/www/source.html (original)
+++ lldb/trunk/www/source.html Tue Jul 23 12:18:43 2013
@@ -24,6 +24,10 @@
<ul>
<li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
</ul>
+ <p>If you prefer using Git, you can check out LLDB from the <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">LLVM git mirror</a> instead:</p>
+ <ul>
+ <li>git clone http://llvm.org/git/lldb.git</li>
+ </ul>
</div>
<div class="postfooter"></div>
</div>
@@ -44,4 +48,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the lldb-commits
mailing list