Skip to content

Commit e3ddcbb

Browse files
authored
Update README.md
- Clarify details on getting started
1 parent b5df836 commit e3ddcbb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ Getting Started
1818
2. Obtain the latest SIK Guide Code by one of the following methods:
1919
* Clone this repository using Git ([New to Git? Click here.](https://help.github.com/articles/set-up-git))
2020
* Download this repository as a [zip file](https://github.com/sparkfun/SIK-Guide-Code/archive/master.zip) and unzip.
21-
3. Place the `SIK-Guide-Code` folder in the Arduino IDE `examples` directory:
22-
* PC: drag the `SIK-Guide-Code` folder into `C:\program files\Arduino-x\examples`
23-
* MAC: Right-click on the Arduino IDE app and click "Show Package Contents...". Drag the `SIK-Guide-Code` folder into `Contents/Resources/Java`
24-
* Linux: see [http://www.arduino.cc/playground/Learning/Linux](http://www.arduino.cc/playground/Learning/Linux)
21+
3. Place the `SIK-Guide-Code-master` folder in the Arduino IDE `examples` directory:
22+
* **Windows**: Drag the `SIK-Guide-Code-master` folder into `C:\program files\Arduino-x\examples`
23+
* _Note: For those that automatically installed the Arduino IDE on a Windows 64-bit computer, the Arduino program folder may be located in the "C:\Program Files (x86)..." folder._
24+
* **MacOS**: Right-click on the Arduino IDE app and click "Show Package Contents...". Drag the `SIK-Guide-Code-master` folder into `Contents/Resources/Java`
25+
* **Linux**: see [http://www.arduino.cc/playground/Learning/Linux](http://www.arduino.cc/playground/Learning/Linux)
2526
4. Start the Arduino IDE; the examples should be visible in this menu: `File > Examples > SIK Guide Code`
2627

2728
Sketch Topics

0 commit comments

Comments
 (0)