From b533312d45364756ea594805403e6fee348e35fd Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 27 Jan 2023 21:14:57 +0100 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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