Skip to content

Commit 1cad772

Browse files
committed
updated readme
1 parent 1504d32 commit 1cad772

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
@@ -14,14 +14,15 @@ https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true
1414
Installing
1515
----------
1616

17-
Create a folder "ijduino" in the "variants" folder of the Arduino IDE and copy the file "pins_arduino.h" from the "hardware" folder there.
17+
On most systems, just copy the "hardware" folder into your Arduino folder.
1818

19-
Add the text from the "boards.txt" file in the "hardware" folder to the "boards.txt" file in the Arduino IDE.
19+
On some picky linux systems you might need to do the following:
2020
```
2121
sudo mkdir /usr/share/arduino/hardware/arduino/avr/variants/ijduino
22-
sudo cp hardware/pins_arduino.h /usr/share/arduino/hardware/arduino/avr/variants/ijduino/
23-
sudo cat hardware/boards.txt >> /usr/share/arduino/hardware/arduino/avr/boards.txt
22+
sudo cp hardware/ijhack/avr/variants/ijduino/pins_arduino.h /usr/share/arduino/hardware/arduino/avr/variants/ijduino/
23+
sudo cat hardware/ijhack/avr/boards.txt >> /usr/share/arduino/hardware/arduino/avr/boards.txt
2424
```
25+
2526
USB-ASP Programmer
2627
------------------
2728

0 commit comments

Comments
 (0)