Skip to content

Commit 3e8647f

Browse files
committed
Continued
1 parent 57dfe6c commit 3e8647f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Installation (see http://code.google.com/p/nxt-python/wiki/Installation):
2424
* To use USB on Linux as non-superuser, at a root terminal type:
2525
groupadd lego
2626
usermod -a -G lego [username]
27-
echo 'BUS=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
28-
> /etc/udev/rules.d/70-lego.rules
27+
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' > /etc/udev/rules.d/70-lego.rules
2928

3029
Getting Started:
3130

0 commit comments

Comments
 (0)