From 6f8bb9a03b07d01e66176fd0ad595cb1f2aedbaf Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:05:46 +0000 Subject: [PATCH] Updated Connect a Microcontroller (markdown) --- Connect-a-Microcontroller.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Connect-a-Microcontroller.md b/Connect-a-Microcontroller.md index 5239e80..2383176 100644 --- a/Connect-a-Microcontroller.md +++ b/Connect-a-Microcontroller.md @@ -33,4 +33,9 @@ Then you will need to download the MacPorts packagemanager from this github repo Then you can run the following command to install the missing package: `sudo port install [and here now the name of the package it shows is missing, most likely kextstat]` 3. You may now continue with the step of the guide you ran into this problem. -4. if you still get another error of the same kind, please install that package as well with step 2 and continue with 3. Repeat until you are done or open an issue if you still don‘t manage to do it. \ No newline at end of file +4. if you still get another error of the same kind, please install that package as well with step 2 and continue with 3. Repeat until you are done or open an issue if you still don‘t manage to do it. + + + \ No newline at end of file