Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma authored Sep 1, 2018
1 parent 2d0c692 commit 3a27021
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ part of the MIDICtrl framework.

MacOS / Linux:

1) Download the Arduino IDE https://www.arduino.cc/en/Main/Software (1.8.5 tested)
1) Download the Arduino IDE https://www.arduino.cc/en/Main/Software (1.8.6 tested)

2) Get the MIDICtrl library and MegaCommand Core (same repo):
2) Copy Arduino.app to your /Applications folder and launch it.
(Must be opened first before performing step below)

2) Get the MIDICtrl library and MegaCommand Core (same repo) and copy it to /Applications/Arduino.app/Contents/Java/hardware/ :
```
cd /Applications/Arduino.app/Contents/Java/hardware/
git clone https://github.com/jmamma/MIDICtrl20_MegaCommand
Expand Down

0 comments on commit 3a27021

Please sign in to comment.