Update README

This commit is contained in:
Martin Lund 2023-01-27 21:14:57 +01:00
parent c6f319ecb0
commit b533312d45

View file

@ -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