aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:35:47 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:35:47 +0200
commit78d1e56b40c7d5c8cb5b9e8d74a1959249eab0ed (patch)
tree3152254175ebcea2ef4e45f2a1a897c2822c43d6
parentbdaa46a67624c34335bbddb3439ed78e9ea386b8 (diff)
downloadsensei-raw-ctl-78d1e56b40c7d5c8cb5b9e8d74a1959249eab0ed.tar.gz
sensei-raw-ctl-78d1e56b40c7d5c8cb5b9e8d74a1959249eab0ed.tar.xz
sensei-raw-ctl-78d1e56b40c7d5c8cb5b9e8d74a1959249eab0ed.zip
Little fixes to the README
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index f19b92c..40c8665 100644
--- a/README.adoc
+++ b/README.adoc
@@ -32,7 +32,7 @@ Runtime dependencies: libusb >= 1.0, gtk+ >= 3.0 (optional)
Note that there's no `make uninstall` and the GUI needs to be installed in the
right location in order to work correctly.
-If you don't want the GUI frontend, append `-DBUILD_GUI=NO` to the cmake
+If you don't want the GUI frontend, append `-DBUILD_GUI=NO` to the `cmake`
command. The GUI also isn't going to be built if you don't have the GTK+ 3
development packages installed, if your distribution has any.
@@ -41,7 +41,7 @@ For Debian-based distros, you can do the following instead of the last step:
$ cpack -G DEB
# dpkg -i sensei-raw-ctl-*.deb
-Note that for versions of CMake before 2.8.9, you need to prefix cpack with
+Note that for versions of CMake before 2.8.9, you need to prefix `cpack` with
`fakeroot` or file ownership will end up wrong.
Contributing and Support