aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-05 17:48:03 +0000
committerChris Lattner <sabre@nondot.org>2004-12-05 17:48:03 +0000
commit5e9a501d976c9c799a4cb470b80a37888cd824f2 (patch)
treeedcb81b70365889a301d679050b99d904305cb61
parente518b7170b09b20abf2806b2762019db082471d8 (diff)
Suggest people run cvs up -P -d after checking out the tree so they don't
get empty directories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 3afbc89045..4e8702769b 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -129,6 +129,7 @@ from the LLVM suite.</p>
<li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm
co llvm</tt></li>
<li><tt>cd llvm</tt></li>
+ <li><tt>cvs up -P -d</tt></li>
</ol></li>
</ul></li>