From 1c1905735654840d70d7b8ad0a89b613319faaa1 Mon Sep 17 00:00:00 2001 From: christiangryt Date: Tue, 28 Oct 2025 16:32:46 +0100 Subject: [PATCH] more clear commands and make it clearer how the device is names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f49161..d5782fcd 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ $ sudo google-chrome **OR** 2. Add your user to the `dialout` group. - - Check what group the tty(USBPORT) is: + - Check what group the USB device is (has the form /tty/USB...): ``` - $ ls -al /dev/ttyUSB* | cut -d ' ' -f 2 + $ ls -al /dev/ttyUSB* ``` - Check what groups your user is added to: ```sh