mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update README.md
This commit is contained in:
parent
6922881b0c
commit
a070a487c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue