Skip to content

Commit 7616834

Browse files
author
Anne Jan Brouwer
committed
more words
1 parent 4f60826 commit 7616834

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true
1414
Installing
1515
----------
1616

17-
**On most systems, just copy the "hardware" folder into your Arduino folder.**
17+
**On most systems, just copy the "hardware" and "libraries" folders into your Arduino folder.**
18+
19+
On Windows you can find this folder in the "My Documents" folder. On most unixes in your home folder.
1820

1921
On some picky linux systems you might need to do the following:
2022
```
@@ -26,6 +28,7 @@ sudo cat hardware/ijhack/avr/boards.txt >> /usr/share/arduino/hardware/arduino/a
2628
On Mac OS X just copy into the Application folder:
2729
```
2830
cp -r hardware/ijhack /Applications/Arduino.app/Contents/Java/hardware
31+
cp -r libraries/* /Applications/Arduino.app/Contents/Java/libraries
2932
```
3033

3134

0 commit comments

Comments
 (0)