Recommend that new users read the documentation before they get started,
authorReid Spencer <rspencer@reidspencer.com>
Mon, 8 Nov 2004 00:29:22 +0000 (00:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 8 Nov 2004 00:29:22 +0000 (00:29 +0000)
with a little twist of humor. This more than anything else will help
people get started with LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17605 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index f930d42add71e99022b378c7d5afbf88a127195e..0a05f0c5c5d14d6f65e481d75873be50f59cae1d 100644 (file)
@@ -98,6 +98,9 @@ from the LLVM suite.</p>
 <p>Here's the short story for getting up and running quickly with LLVM:</p>
 
 <ol>
+  <li>Read the documentation.</li>
+  <li>Read the documentation.</li>
+  <li>Remember that you were warned twice about reading the documentation.</li>
   <li>Install the GCC front end:
     <ol>
       <li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt>