1
0

Merge pull request #24 from malsyned/patch-1

Fix link to Linux Arduino install instructions
This commit is contained in:
Gergely Nagy 2017-10-19 23:12:04 +02:00 committed by GitHub
commit 8ab156655a

View File

@ -17,7 +17,7 @@ On macOS, install the Arduino IDE using [homebrew](http://brew.sh/) [cask](https
### Linux
On Linux, your distribution's package manager probably includes the Arduino IDE, but it may be an out of date version. If your distribution installs a version of Arduino before 1.6.3 or so, you'll need to install the Arduino IDE following the instructions [on the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Arduino-Setup-Linux).
On Linux, your distribution's package manager probably includes the Arduino IDE, but it may be an out of date version. If your distribution installs a version of Arduino before 1.6.3 or so, you'll need to install the Arduino IDE following the instructions [on the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Install-Arduino-support-on-Linux).
If you install Arduino into some place that's /not/ `/usr/local/arduino`, you'll need to set the `$ARDUINO_PATH` environment variable to the directory containing the `arduino` and `arduino-builder` binaries.