diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:29:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-08 00:29:22 +0000 |
commit | 3fbf26aebe69d4ca6b0510371c32fea226293f5b (patch) | |
tree | 4a6c346b092b8e564ba8f3c1d21f1498ed2087e4 /llvm/docs/GettingStarted.html | |
parent | 47e49e126933ab21ca47b94b0599a3fa2e23ae71 (diff) | |
download | bcm5719-llvm-3fbf26aebe69d4ca6b0510371c32fea226293f5b.tar.gz bcm5719-llvm-3fbf26aebe69d4ca6b0510371c32fea226293f5b.zip |
Recommend that new users read the documentation before they get started,
with a little twist of humor. This more than anything else will help
people get started with LLVM.
llvm-svn: 17605
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index f930d42add7..0a05f0c5c5d 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -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> |