diff options
author | Dennis Lambe Jr <malsyned_github@malsyned.net> | 2017-10-19 17:00:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 17:00:57 -0400 |
commit | 2549b852d49838bec580728786c9165b71b06eee (patch) | |
tree | f1ac950a124ededa11389b34b31717ca62515333 | |
parent | 717733ad6471d27b108d97f0400d1538836d49b5 (diff) | |
download | model01-firmware-2549b852d49838bec580728786c9165b71b06eee.tar.gz model01-firmware-2549b852d49838bec580728786c9165b71b06eee.tar.bz2 model01-firmware-2549b852d49838bec580728786c9165b71b06eee.zip |
Fix link to Linux Arduino install instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |