mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
c6f319ecb0
commit
b533312d45
1 changed files with 9 additions and 0 deletions
|
|
@ -288,6 +288,15 @@ See meson\_options.txt for tio specific build options.
|
||||||
|
|
||||||
Note: The meson install steps may differ depending on your specific system.
|
Note: The meson install steps may differ depending on your specific system.
|
||||||
|
|
||||||
|
### 4.6 Known issues
|
||||||
|
|
||||||
|
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:
|
||||||
|
```
|
||||||
|
$ sudo usermod -a -G dialout <username>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 5. Contributing
|
## 5. Contributing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue