From 2af6d91259792f67f4c7d0bf52858b242ba60839 Mon Sep 17 00:00:00 2001 From: sanni Date: Fri, 2 Aug 2024 11:49:30 +0200 Subject: [PATCH] Updated How to flash the Arduino (markdown) --- How-to-flash-the-Arduino.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/How-to-flash-the-Arduino.md b/How-to-flash-the-Arduino.md index 214a80a..13fbb97 100644 --- a/How-to-flash-the-Arduino.md +++ b/How-to-flash-the-Arduino.md @@ -67,4 +67,7 @@ You can tell if you have the clock generator installed by comparing your OSCR wi ## Official Arduino IDE Installer: -Alternatively you can download and install the [Arduino IDE](https://www.arduino.cc/en/software) and then copy the "libraries" and "Cart_Reader" folder from the current release "VX.X_Portable\Arduino IDE Portable\portable\sketchbook" to "C:\Users\your_username\Documents\Arduino" and launch the Arduino IDE from the start menu. \ No newline at end of file +Alternatively you can download and install the [Arduino IDE](https://www.arduino.cc/en/software) and then copy the "libraries" and "Cart_Reader" folder from the current release "VX.X_Portable\Arduino IDE\portable\sketchbook" to "C:\Users\your_username\Documents\Arduino" and launch the Arduino IDE from the start menu. +It should look like this when done: +C:\Users\your_username\Documents\Arduino\Cart_Reader +C:\Users\your_username\Documents\Arduino\libraries \ No newline at end of file