summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Richters <gedankenexperimenter@gmail.com>2017-10-31 21:23:56 -0500
committerMichael Richters <gedankenexperimenter@gmail.com>2017-10-31 21:23:56 -0500
commitfbea981057aa105f87c4a7f5c37d080f7f3bda52 (patch)
tree55503d3fa6ddbc251a4399b3835788daf7c588c0
parent76f5a59a7842ee9d132e82183b77ef293e2e8108 (diff)
downloadmodel01-firmware-fbea981057aa105f87c4a7f5c37d080f7f3bda52.tar.gz
model01-firmware-fbea981057aa105f87c4a7f5c37d080f7f3bda52.tar.bz2
model01-firmware-fbea981057aa105f87c4a7f5c37d080f7f3bda52.zip
Changed minimum Arduino version to 1.6.10, as disussed on forums
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 35771ae..6ef3274 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This is a quick start guide for folks who are familiar with Arduino and generall
## Set up the Arduino IDE
-Setup the Arduino IDE on your system. Make sure you install at least version 1.6, since older version may not support all required features.
+Setup the Arduino IDE on your system. Make sure you install at least version 1.6.10, since older version may not support all required features.
### macOS
@@ -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/Install-Arduino-support-on-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.10, 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.