summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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>