Update INSTALL.md

merge-requests/2/merge
Elliott Liggett 2021-04-29 05:07:47 +00:00
rodzic 60455d9d37
commit e3cf904fbd
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -54,9 +54,11 @@ sudo ./install.sh
sudo chown $USER /dev/ttyUSB*
~~~
- most linux systems just need to have you added to the dialout group as that's persistent and more secure.
Note, on most linux systems, you just need to add your user to the dialout group, which is persistent and more secure:
~~~
sudo usermod -aG dialout $USER
~~~
(don't forget to log out and log in)