Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow authored Sep 17, 2024
1 parent ff2966d commit 500ad3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Alternately, you can download it from PyPi:
2. Run `pip install REVHubInterface` to install
3. Finally, run `python3 -m REVHubInterface` to run the app (it should also be runnable as `revhubinterface`)

## Access to serial on Linux
To avoid needing to run REV Hub Interface with root privileges on Linux, add your user to the `dialout` group:

1. Run ```sudo usermod `whoami` -a -G dialout``` (on Arch Linux, you need to use `uucp` instead of `dialout`)
1. this can be done with ```sudo usermod $USER -a -G dialout``` (on Arch Linux, you need to use `uucp` instead of `dialout`)
2. Reboot


Expand Down

0 comments on commit 500ad3d

Please sign in to comment.