From 08a2776dcdeaf83abf3e90c5786f2cd47a693df1 Mon Sep 17 00:00:00 2001
From: Jens Timmerman <jens.timmerman@gmail.com>
Date: Wed, 21 Aug 2019 22:55:04 +0000
Subject: [PATCH] Update overview.rst

---
 Documentation/pycardium/overview.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/pycardium/overview.rst b/Documentation/pycardium/overview.rst
index 28f3f27b..0d3056c8 100644
--- a/Documentation/pycardium/overview.rst
+++ b/Documentation/pycardium/overview.rst
@@ -33,8 +33,8 @@ systems this device will be called ``/dev/ttyACM0`` or ``/dev/ttyACM1``.
 Choose a terminal-emulator of your liking and open the above mentioned device.
 Baud-rate is 115200.  Some options are:
 
-* **screen**: ``screen /dev/ttyACM0 115200``
-* **picocom**: ``picocom -b 115200 /dev/ttyACM0``
+* **screen**: ``sudo screen /dev/ttyACM0 115200``
+* **picocom**: ``sudo picocom -b 115200 /dev/ttyACM0``
 
 After connecting, reboot card10 and you should see the MicroPython REPL pop up.
 
-- 
GitLab