summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-04 05:19:07 +0000
committerChris Lattner <sabre@nondot.org>2010-05-04 05:19:07 +0000
commit1bb4c3837fcf384c0106191fc405160e74d7d679 (patch)
tree2e744b8ff8a76e3cafa682bec98e5744c292830d /www/index.html
parentffd69e7b181a486cbba10deb386558cf3ff5e24a (diff)
improve bullets, patch by Mike Miller
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@103000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index ec62b6d98..f8863f8c3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -130,9 +130,17 @@
<li>cd build</li>
<li>cmake ../compiler-rt</li>
<li>make</li>
- <li>To run the Compiler-RT Test Suit (recommended):</li>
+ </ul>
+
+ <p>To run the Compiler-RT Test Suit (recommended):</p>
+
+ <ul>
<li>ctest</li>
- <li>To Install:</li>
+ </ul>
+
+ <p>To Install:</p>
+
+ <ul>
<li>make install</li>
</ul>