浏览代码

Some more markup fixes

TheOnlyJoey 10 年之前
父节点
当前提交
b5d112a299
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -31,16 +31,16 @@ OpenHMD is released under the permissive Boost Software License (see LICENSE for
   * libvr - http://hg.sitedethib.com/libvr
   * libvr - http://hg.sitedethib.com/libvr
 
 
 ## Compiling and Installing
 ## Compiling and Installing
-Using make
+Using make:
 
 
     ./autogen.sh # (if you're building from the git repository)
     ./autogen.sh # (if you're building from the git repository)
     ./configure [--enable-openglexample]
     ./configure [--enable-openglexample]
     make
     make
     sudo make install
     sudo make install
 
 
-Using CMake
-With CMake, you can enable and disable drivers to compile OpenHMD with.
+Using CMake:
 
 
+With CMake, you can enable and disable drivers to compile OpenHMD with.
 Current Available drivers are: OPENHMD_DRIVER_OCULUS_RIFT and OPENHMD_DRIVER_ANDROID
 Current Available drivers are: OPENHMD_DRIVER_OCULUS_RIFT and OPENHMD_DRIVER_ANDROID
 
 
     cmake -DOPENHMD_DRIVER_ANDROID=ON .
     cmake -DOPENHMD_DRIVER_ANDROID=ON .