We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dfe6c commit 3e8647fCopy full SHA for 3e8647f
1 file changed
README
@@ -24,8 +24,7 @@ Installation (see http://code.google.com/p/nxt-python/wiki/Installation):
24
* To use USB on Linux as non-superuser, at a root terminal type:
25
groupadd lego
26
usermod -a -G lego [username]
27
- echo 'BUS=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
28
- > /etc/udev/rules.d/70-lego.rules
+ echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' > /etc/udev/rules.d/70-lego.rules
29
30
Getting Started:
31
0 commit comments