Skip to content

Commit

Permalink
Add usermod command for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 authored Sep 13, 2024
1 parent 12f6d32 commit 76e568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Alternately, you can download it from PyPi:

To avoid needing to run with root privileges on Ubuntu based platforms (and possibly other distributions) you need to add your user to the `dialout` group:

1. Run ```sudo usermod `whoami` -a -G dialout```
1. Run ```sudo usermod `whoami` -a -G dialout``` (or on Arch-based systems, ```sudo usermod `whoami` -a -G uucp``` )
2. Reboot

Firmware updates may require installing a driver.
Expand Down

0 comments on commit 76e568e

Please sign in to comment.