diff --git a/Documentation/pycardium/overview.rst b/Documentation/pycardium/overview.rst
index 0d3056c8bcf28062b8e51b47c6c34d4c636ac935..1855b8c56cac4ff4c4f6f5730357cf0debb1b71c 100644
--- a/Documentation/pycardium/overview.rst
+++ b/Documentation/pycardium/overview.rst
@@ -38,6 +38,13 @@ Baud-rate is 115200.  Some options are:
 
 After connecting, reboot card10 and you should see the MicroPython REPL pop up.
 
+If you're yousing iOS/Mac then you can connect to your debugger using: 
+``screen /dev/tty.usbmodem14201 115200``
+
+You can now see in you console what buttons you have pressed and your console outputs/logs.
+With ``ctrl + C`` you exit the debugger and you can write your own python code to test it out. 
+
+
 .. todo::
 
    Getting Started Guide for people interested in writing Python code.