From 904750927538249961eba20e20719ec49fe1c541 Mon Sep 17 00:00:00 2001 From: "Mr.Blinky" Date: Sun, 25 Feb 2018 21:01:34 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dad0fd0..d48196b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Arduboy-homebrew-package -Arduino IDE board package for Arduboy and homebrew versions. +Arduino IDE board package for Arduboy and homebrew versions with the following advantages: +* Single install +* Includes all Arduboy libraries with support for alternate displays and wiring +* Includes Arduboy optimized Arduino core with extra features and space savings +* Cathy3K bootloader support #### To install the package: * Start Arduino IDE and press **CTRL + comma** to select properties. @@ -8,9 +12,12 @@ Arduino IDE board package for Arduboy and homebrew versions. https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/package_arduboy_homebrew_index.json ``` ![preferences](https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/images/preferences.png) -After this +After this: * Go to **Tools > Boards > Board manager** * In the text box type **Arduboy homebrew** * Click on the **Arduboy Hombrew package** and click the **Install** button. -You can now select **Arduboy, Arduboy DevKit** and **Arduboy Homebrew boards**. + +You can now select **Arduboy, Arduboy DevKit** and **Arduboy Homebrew boards** from the Tools menu. + +![menu](https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/images/menu.gif)