From: RISCi_ATOM Date: Fri, 16 Feb 2018 20:26:17 +0000 (-0500) Subject: Fix typo : dialup vs dialout group X-Git-Tag: v1.4.3~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea14ba0d4165a37f98faff8b48b763595214fca1;p=librecmc%2Flibrecmc.git Fix typo : dialup vs dialout group --- diff --git a/docs/Serial.md b/docs/Serial.md index 67ae5daf9b..bd85aafda9 100644 --- a/docs/Serial.md +++ b/docs/Serial.md @@ -79,7 +79,7 @@ be 115200 2) Plug the USB part of the serial cable into an available USB port. -3) run `screen /dev/ttyUSB0 115200` or (if you are NOT part of the `dialup` group) `sudo screen /dev/ttyUSB0 115200` +3) run `screen /dev/ttyUSB0 115200` or (if you are NOT part of the `dialout` group) `sudo screen /dev/ttyUSB0 115200` 4) Power on the device you are connecting to.