mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Small updates of wording
This commit is contained in:
@@ -67,7 +67,7 @@ The currently logged user should have read and write access the serial port over
|
|||||||
|
|
||||||
sudo usermod -a -G dialout $USER
|
sudo usermod -a -G dialout $USER
|
||||||
|
|
||||||
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
|
on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
|
||||||
|
|
||||||
sudo usermod -a -G uucp $USER
|
sudo usermod -a -G uucp $USER
|
||||||
|
|
||||||
|
@@ -82,7 +82,7 @@ The currently logged user should have read and write access the serial port over
|
|||||||
|
|
||||||
sudo usermod -a -G dialout $USER
|
sudo usermod -a -G dialout $USER
|
||||||
|
|
||||||
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
|
on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
|
||||||
|
|
||||||
sudo usermod -a -G uucp $USER
|
sudo usermod -a -G uucp $USER
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user