Update README.md

This commit is contained in:
Bjoern Kerler 2021-08-04 23:05:49 +02:00 committed by GitHub
parent 6922881b0c
commit a070a487c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ python3 setup.py install
#### Install rules
```
sudo adduser $USER dialout
sudo adduser $USER plugdev
sudo usermod -a -G plugdev $USER
sudo usermod -a -G dialout $USER
sudo cp Setup/Linux/*.rules /etc/udev/rules.d
sudo udevadm control -R
```