Add initial documentation about the new tools repository and the
structure of how we're building concrete tools as well as tooling
infrastructure as part of the Clang project.

This documentation is definitely still rough. If anyone can improve it,
flesh it out, or help structure it in a more natural way, please, help!
=] This is not my forte, and patches here are more than welcome!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161855 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/get_started.html b/www/get_started.html
index 2acd84b..7756f9e 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -58,6 +58,14 @@
     <li><tt>cd ../..</tt></li>
   </ul>
   </li>
+  <li>Checkout extra Clang Tools: (optional)
+  <ul>
+    <li><tt>cd llvm/tools/clang/tools</tt></li>
+    <li><tt>svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk
+        extra</tt></li>
+    <li><tt>cd ../../../..</tt></li>
+  </ul>
+  </li>
   <li>Checkout Compiler-RT:
   <ul>
     <li><tt>cd llvm/projects</tt></li>