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