From: Benjamin Kramer
Date: Thu, 9 Feb 2012 16:04:50 +0000 (+0000)
Subject: Getting Started: Add a missing "cd ../..".
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf020bb27bf43445c5d045d34076e867b1069286;p=clang
Getting Started: Add a missing "cd ../..".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150181 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/get_started.html b/www/get_started.html
index ca99112971..d819532f0d 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -59,6 +59,7 @@ follows:
Checkout Compiler-RT:
+ - cd ../.. (back to where you started)
- cd llvm/projects
- svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
compiler-rt