diff --git a/Documentation/pycardium/overview.rst b/Documentation/pycardium/overview.rst
index 49370ada31cf7aa532e67928c5a21d3301cdbdb3..3cdc754108b6b8d911c583bb3d66dcaaa2f886d7 100644
--- a/Documentation/pycardium/overview.rst
+++ b/Documentation/pycardium/overview.rst
@@ -49,6 +49,16 @@ and power it on::
 
    leds.set_rocket(0, 31)
 
+.. note::
+
+   If you're using iOS/Mac then you can connect to your serial console using:
+
+   .. code-block:: shell-session
+
+      screen /dev/tty.usbmodem* 115200
+
+   You can now see in your console what buttons you have pressed and your
+   console outputs/logs.  With ``CTRL+C`` you exit the console.
 
 REPL modes
 ^^^^^^^^^^