From d0410e1b694f8045719b78523135824459043296 Mon Sep 17 00:00:00 2001 From: roeland jansen Date: Wed, 10 Feb 2021 10:40:22 +0000 Subject: [PATCH] added command to get user in dialout group. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 73067cd..780007c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,6 +53,7 @@ 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 ### opensuse install ###