aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-05-07 17:49:23 +0200
committerJakob Odersky <jodersky@gmail.com>2012-05-07 17:49:23 +0200
commit02581d5b6800ab20e1a5e36326098bf515a2daa0 (patch)
tree38e924520be6121cb633f182d555778b1d9f570b
parent104d2f84ca451611d0e08374f39d88b4ad89c0ce (diff)
downloadk8055-02581d5b6800ab20e1a5e36326098bf515a2daa0.tar.gz
k8055-02581d5b6800ab20e1a5e36326098bf515a2daa0.tar.bz2
k8055-02581d5b6800ab20e1a5e36326098bf515a2daa0.zip
modify readme according to new udev permissions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 739cd4d..b06fa25 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If your system uses udev, you will probably have to configure it to allow access
```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.
+The previously described steps may be automated by running ```make install-rules``` to install just the rules or ```make install-permissions users="<list of users>"``` to also create the group and add the given list of users to it.
To uninstall, run ```make uninstall-rules``` or ```make uninstall-permissions```.