diff options
author | Gergely Nagy <algernon@users.noreply.github.com> | 2017-10-19 23:12:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 23:12:04 +0200 |
commit | 8ab156655a8f596ca559653923655be8afecbc78 (patch) | |
tree | f1ac950a124ededa11389b34b31717ca62515333 | |
parent | 717733ad6471d27b108d97f0400d1538836d49b5 (diff) | |
parent | 2549b852d49838bec580728786c9165b71b06eee (diff) | |
download | model01-firmware-8ab156655a8f596ca559653923655be8afecbc78.tar.gz model01-firmware-8ab156655a8f596ca559653923655be8afecbc78.tar.bz2 model01-firmware-8ab156655a8f596ca559653923655be8afecbc78.zip |
Merge pull request #24 from malsyned/patch-1
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. |