From 59bc40fdb80a11b5eab7146b7483f2beed9a4748 Mon Sep 17 00:00:00 2001
From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu>
Date: Fri, 25 Aug 2023 15:45:27 -0400
Subject: [PATCH] Put Linux and Mac in thier own tabs

---
 intro/blinkLED.rst | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/intro/blinkLED.rst b/intro/blinkLED.rst
index 360f773e..d995372b 100644
--- a/intro/blinkLED.rst
+++ b/intro/blinkLED.rst
@@ -93,13 +93,7 @@ take the ``ssh (Linux/Mac)`` tab.  Finally take the
 
             Try running ``seqLEDs.py``.
 
-    .. group-tab:: ssh (Linux/Mac)
-
-        If you are running a Linux host, open a terminal widow and run 
-
-        .. code-block:: shell-session
-
-            host:~$ ssh debian@192.168.7.2
+    .. group-tab:: ssh (Mac)
                 
         If you are running a Mac host, open a terminal widow and run 
 
@@ -107,7 +101,17 @@ take the ``ssh (Linux/Mac)`` tab.  Finally take the
 
             host:~$ ssh debian@192.168.6.2
 
-        Either way, use the password ``temppwd``.
+        Use the password ``temppwd``.
+  
+    .. group-tab:: ssh (Linux)
+
+        If you are running a Linux host, open a terminal widow and run 
+
+        .. code-block:: shell-session
+
+            host:~$ ssh debian@192.168.7.2
+        
+        Use the password ``temppwd``.
 
     .. group-tab:: putty (Windows)
 
-- 
GitLab