From d7967e035613134c3e93f30c839c6da8a0fceb95 Mon Sep 17 00:00:00 2001 From: roeland jansen Date: Wed, 10 Feb 2021 12:39:30 +0000 Subject: [PATCH] added logout/login after adding to dialout group --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 780007c..f08cbdf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,7 +53,8 @@ sudo chown $USER /dev/ttyUSB* - most linux systems just need to have you added to the dialout group as that's persistent and more secure. -sudo usermod -aG dialout $USER +sudo usermod -aG dialout $USER +(don't forget to log out and log in) ### opensuse install ###