Try to work around the relative install-sh path problem.
[oota-llvm.git] / docs / GettingStartedVS.html
index 37bdd30b08523c44a26956e6a637dfb6449580f6..5a86199f7e4d6de8f63df90b1132c8ae7d148b4f 100644 (file)
     <li>If you used CMake, then the directory you created the project files,
     the root directory will have an <tt>llvm.sln</tt> file, just
     double-click on that to open Visual Studio.</li>
-  </ol></li>
+  </ul></li>
 
   <li>Build the LLVM Suite:
-  <ol>
+  <ul>
     <li>Simply build the solution.</li>
     <li>The Fibonacci project is a sample program that uses the JIT.  Modify
     the project's debugging properties to provide a numeric command line
     argument.  The program will print the corresponding fibonacci value.</li>
-  </ol></li>
+  </ul></li>
 
 </ol>