From 4871c16622a62eb1fb277628a7e28696a1f75fa1 Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+janishutz@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:50:26 +0000 Subject: [PATCH] Updated Connect a Microcontroller (markdown) --- Connect-a-Microcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connect-a-Microcontroller.md b/Connect-a-Microcontroller.md index e650848..0a28348 100644 --- a/Connect-a-Microcontroller.md +++ b/Connect-a-Microcontroller.md @@ -21,7 +21,7 @@ If this doesn't work, there is an alternate guide below ## GNU/Linux 1. Plug a converter cable into one of your USB-Ports. -2. Open a terminal and type "sudo chmod 777 /dev/ttyUSB0" +2. Run the following command in your terminal: `sudo chmod 777 /dev/ttyUSB0` 3. Press enter and type, when prompted, your sudo password. ## MacOS