File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ To access the device you need access permission to the device file. Placing
2626the file ` 99-lbgpsdo.rules ` under ` /etc/udev/rules.d ` will ensure that your
2727systems ` usb ` group has access to the device.
2828
29- If you do not already have a usb system group, you must create one and add your username to the group:
30-
31- ` groupadd -r -U username usb ` * (where username is your local username)*
32-
33- Then you will need to reboot for the changes to be applied.
29+ If you do not already have a ` usb ` system group, you must create one and add
30+ your username to the group
3431
32+ ```
33+ # groupadd -r -U ${USERNAME} usb
34+ ```
3535
36+ where ` ${USERNAME} ` is your local username. Then you will need to re-login for
37+ the changes to be applied.
3638
3739Usage
3840-----
You can’t perform that action at this time.
0 commit comments