cosmetics in README
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 1 Nov 2011 21:27:39 +0000 (22:27 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 1 Nov 2011 21:27:39 +0000 (22:27 +0100)
README

diff --git a/README b/README
index 33e625fd9ce1c988adadb6c319ec7359dc0021ac..c5f108074afd835b7b4e7de570c1554458246490 100644 (file)
--- a/README
+++ b/README
@@ -1,29 +1,29 @@
 This library provides support for the Pulse-Eight USB-CEC adapter.
 
 To install libCEC on Linux:
-autoreconf -vif
-./configure --prefix=/usr
-make
-sudo make install
+autoreconf -vif
+./configure --prefix=/usr
+make
+sudo make install
 
 To install libCEC on Windows:
-Go to /project and execute download-deps.cmd to download Boost.
-Open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
-Build the project.
-Copy libcec.dll and pthreadVC2.dll to your desired destination.
+* go to /project and execute download-deps.cmd to download Boost.
+* open /project/libcec.sln with Visual C++ 2010 or Visual Studio 2010.
+* build the project.
+* copy libcec.dll and pthreadVC2.dll to your desired destination.
 
 To build an installer on Windows:
-Download and install the Windows DDK.
-Download and install NSIS.
-Go to /project and execute download-deps.cmd to download Boost.
-Go to /project and execute create-installer.cmd to create the installer.
-The installer is stored as /project/libCEC-installer.exe
+* download and install the Windows DDK.
+* download and install NSIS.
+* go to /project and execute download-deps.cmd to download Boost.
+* go to /project and execute create-installer.cmd to create the installer.
+* the installer is stored as /project/libCEC-installer.exe
 
 Test the device:
-Run "cec-client -h" to display the options of the test client.
+* run "cec-client -h" to display the options of the test client.
 
 For developers:
-See /include/cec.h for the C++ API and /include/cecc.h for the C version.
+* see /include/cec.h for the C++ API and /include/cecc.h for the C version.
 
 If you wish to contribute to this project, you must first sign our contributors agreement
 Please see http://www.pulse-eight.net/contributors for more information
\ No newline at end of file