mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update readme.md
Update readme.md issue part Update readme.md issue part
This commit is contained in:
parent
9fec689117
commit
9234ee14d8
1 changed files with 6 additions and 2 deletions
|
|
@ -500,9 +500,13 @@ Note: The meson install steps may differ depending on your specific system.
|
||||||
|
|
||||||
Getting permission access errors trying to open your serial device?
|
Getting permission access errors trying to open your serial device?
|
||||||
|
|
||||||
Add your user to the group which allows serial device access. For example, to add your user to the 'dialout' group do:
|
Add your user to the group which allows serial device access permanently. For example, to add your user to the 'dialout' group do:
|
||||||
|
```bash
|
||||||
|
sudo usermod -a -G dialout <username>
|
||||||
```
|
```
|
||||||
$ sudo usermod -a -G dialout <username>
|
Switch to the "dialout" group, temporary but immediately for this session.
|
||||||
|
```bash
|
||||||
|
newgrp dialout
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue