diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-14 14:40:22 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-14 14:40:22 +0000 |
commit | 8c22bc3a35b22aa243873212a89e8755ef65ea25 (patch) | |
tree | bb8ae10c9c9823b1a9331d4e0fedb83f4cf131d3 | |
parent | bb2627d0276a34d72da6ff39d3fd5bab3668231d (diff) |
Fix minor mistake in clang checkout instructions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53550 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/get_started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html index 5b7eb4dee3..e12d23b575 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -62,7 +62,7 @@ is:</p> <ul> <li>From within the <tt>llvm</tt> directory (where you built llvm):</li> - <li><tt>cd llvm/tools</tt> + <li><tt>cd tools</tt> <li><tt>svn co http://llvm.org/svn/llvm-project/cfe/trunk clang</tt></li> </ul> |