aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-06-17 17:40:17 +0200
committerJakob Odersky <jodersky@gmail.com>2012-06-17 17:40:17 +0200
commitbffccbbeb19caf5931857ce63140ca1861d579b9 (patch)
tree4dad876cdf2a4ec209a51072a4c9e254e7d69a1d
parent22e4b743916288a48cd7055652216a8b2690abb8 (diff)
downloadk8055-bffccbbeb19caf5931857ce63140ca1861d579b9.tar.gz
k8055-bffccbbeb19caf5931857ce63140ca1861d579b9.tar.bz2
k8055-bffccbbeb19caf5931857ce63140ca1861d579b9.zip
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01b6cd9..c8f8423 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This library provides access to the Velleman K8055 USB Experiment Board for oper
## Build
### Local build
-Run ```make``` or ```make local``` in the project root folder. Products are copied to `target' directory.
+Run ```make``` or ```make local``` in the project root folder. Products are copied to 'target' directory.
To remove all generated files, run ```make clean```.
@@ -37,7 +37,7 @@ The previously described steps may be automated by running ```make install-rules
To uninstall, run ```make uninstall-rules``` or ```make uninstall-permissions```.
### System install
-Run ```make install-product``` to install the library and header files (this command does essentially the same as a local build with the exception that products are copied to /usr/local/ by default). You may change that path by passing `make' the variable `PREFIX', i.e. ```make install PREFIX=/my/custom/path```. To uninstall, run ```make uninstall-product```.
+Run ```make install-product``` to install the library and header files (this command does essentially the same as a local build with the exception that products are copied to /usr/local/ by default). You may change that path by passing 'make' the variable 'PREFIX', i.e. ```make install PREFIX=/my/custom/path```. To uninstall, run ```make uninstall-product```.
Note that the above commands only install/uninstall the library and header files, udev configuration is not performed. To perform a complete installation and udev configuration, run the command