diff --git a/README.md b/README.md index 75d591a8..ab456331 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ mkdir ${HOME}/git $ cd ${HOME}/git ``` -2. Use git to download the latest version of Kaleidoscope +2. Download the latest version of Kaleidoscope ```sh $ git clone https://github.com/keyboardio/Kaleidoscope diff --git a/docs/setup_toolchain.md b/docs/setup_toolchain.md index 4acbe806..b7c18a08 100644 --- a/docs/setup_toolchain.md +++ b/docs/setup_toolchain.md @@ -1,9 +1,12 @@ # Setting up your development environment -If you'd like to customize your keyboard's layout or functionality, the most robust and flexible option is to use the Arduino IDE. Arduino is one of the world's most widely used (and user friendly) platforms for programming "embedded" devices like the chip inside your keyboard. +To customize your keyboard's layout or functionality, the most robust and flexible option is to use the Arduino IDE. + +If you're planning to modify Kaleidoscope itself or plan on developing Kaleidoscope plugins, you should be checking out the source code from our git repository instead. You can find instructions for that at https://github.com/keyboardio/Kaleidoscope + # Set up the Arduino IDE @@ -22,8 +25,6 @@ The right way to install Arduino is a little bit different depending on what ope ## Install Arduino on macOS - - 1. Download the Arduino IDE install package from https://www.arduino.cc/en/Main/Software As of this writing, the latest version is v1.8.13, which you can download from https://www.arduino.cc/download_handler.php?f=/arduino-1.8.13-macosx.zip