From 5dfd00bd32569b626126a2c21f3181ccdaa19609 Mon Sep 17 00:00:00 2001 From: h-leth Date: Tue, 29 Jul 2025 15:44:33 +0200 Subject: [PATCH] add usermod commad for arch systems --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b816ef3..79c6ca9 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,11 @@ For self-deployment, download the `NanoKVM-USB-xxx-browser.zip` and serve it. Re Download the appropriate package for your operating system and install it. > For Linux users, a permission error may occur when connecting to the serial port. -> To resolve this, run `sudo usermod -a -G dialout $USER`, then log out and log back in or restart your system. - +> To resolve this run the commands below matching your system, then log out and log back in or restart your system. +> #### Debian +> `sudo usermod -a -G dialout $USER` +> #### Arch +> `sudo usermod -a -G uucp $USER` ## Where to Buy * [AliExpress Store]() (To be released)