summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/www/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index ec62b6d98a8..f8863f8c3bf 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud