diff --git a/README.md b/README.md index da58153..1dbabc8 100644 --- a/README.md +++ b/README.md @@ -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. +### 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 +``` + ## 5. Contributing