Added instructions for installation with boards manager (#1630)

* Added instructions for installation with boards manager (stolen directly from esp8266)

* changed to production link instead of dev

* Added to main README. Made mods to images as requested.

* Added links for development package
This commit is contained in:
lbernstone
2018-07-25 23:10:46 -07:00
committed by Me No Dev
parent e51f7a5b87
commit 2fba81223e
2 changed files with 20 additions and 1 deletions

View File

@ -19,7 +19,11 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
## Installation Instructions
- Using Arduino IDE
#### [Latest release ![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32/all.svg?style=plastic) ![Release Date](https://img.shields.io/github/release-date/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/)
- Using Arduino IDE Boards Manager (preferred)
+ [Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
- Using Arduino IDE with the development repository
+ [Instructions for Windows](docs/arduino-ide/windows.md)
+ [Instructions for Mac](docs/arduino-ide/mac.md)
+ [Instructions for Debian/Ubuntu Linux](docs/arduino-ide/debian_ubuntu.md)