From bffccbbeb19caf5931857ce63140ca1861d579b9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 17 Jun 2012 17:40:17 +0200 Subject: update readme --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3