Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Docs #2

Merged
merged 6 commits into from
Oct 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ The Arduino IDE for advanced users and developers.
The new Arduino IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
This repo is a preview of the final product and has to be considered as an unstable *alpha* version.

## Download
## Getting Started

### Download
You can find the last published version in the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo

### Install a core to support your board
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu

Tools -> Board Manager...

Then search for your board and install the proper core.

## User Feedback and Issue Report
We need your help in improving the product, before releasing the source code we want to move out of the alpha and we need your help.
Please test the Arduino Pro IDE and report us bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues
Expand Down