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