update translation of establish-serial-connection

This commit is contained in:
suda-morris 2019-01-21 23:45:31 +08:00 committed by Anton Maklakov
parent 7fa8eb91dd
commit b47fda98f3
2 changed files with 8 additions and 0 deletions

View file

@ -67,6 +67,10 @@ MacOS ::
sudo usermod -a -G dialout $USER
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
sudo usermod -a -G uucp $USER
请重新登录,确保串口读写权限可以生效。

View file

@ -61,6 +61,10 @@ MacOS ::
sudo usermod -a -G dialout $USER
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
sudo usermod -a -G uucp $USER
重新登录以确保串行端口的读写权限被启用。