aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-03-31 02:44:39 +0200
committerJakob Odersky <jodersky@gmail.com>2012-03-31 02:44:39 +0200
commita5771e8e317ee872d8135d5aadebb984a52eca9e (patch)
tree84010be562612b9e02583590af490f43dd8d2b31 /README.md
parentf3bccd0aedac4ad430a86f0196a6a213402c7180 (diff)
downloadk8055-a5771e8e317ee872d8135d5aadebb984a52eca9e.tar.gz
k8055-a5771e8e317ee872d8135d5aadebb984a52eca9e.tar.bz2
k8055-a5771e8e317ee872d8135d5aadebb984a52eca9e.zip
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index b5e92a0..701adc9 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,18 @@ Run ```make``` in the project root folder. Products are copied to `target' direc
### Udev Rules
If your system uses udev, you will probably have to configure it to allow access the k8055 boards. The following instructions show how to configure udev (you will need root privileges).
-1. Copy the file `k8055.rules' into the udev rules directory, typically /etc/udev/rules.d
- ```cp k8055.rules /etc/udev/rules.d/k8055.rules```
-2. Create a group named k8055.
- ```groupadd k8055```
-3. Add to the group yourself and/or other users whom you wish to grant access to the boards.
- ```usermod -a -G k8055 $(USER)```
+
+1. Copy the file `k8055.rules' into the udev rules directory, typically /etc/udev/rules.d
+
+ ```cp k8055.rules /etc/udev/rules.d/k8055.rules```
+
+2. Create a group named k8055.
+
+ ```groupadd k8055```
+
+3. Add to the group yourself and/or other users whom you wish to grant access to the boards.
+
+ ```usermod -a -G k8055 $(USER)```
The previously described steps may be automated by running ```make install-rules``` to install just the rules or ```make install-permissions``` to also create the group and add the current user to it.
To uninstall, run ```make uninstall-rules``` or ```make uninstall-permissions```.