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

Commit

Permalink
Add installation and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Sep 24, 2020
1 parent 9af7ce3 commit 8c86fce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The Arduino Pro IDE is a completely new Development Environment for Arduino Prog

### Download

#### Release builds

You can download the latest release for testing and feedback from the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases/latest) of this repo.
*<b>Note</b>: This is not a production release!*

Expand All @@ -36,6 +38,20 @@ Platform | 32 bit | 64 bit |

You can find the changelog for the nightly builds [here](https://downloads.arduino.cc/arduino-pro-ide/nightly/CHANGELOG.txt). The changelog contains all changes since the [latest release](https://github.com/arduino/arduino-pro-ide/releases/latest) in reverse chronological order.

### Install

Arduino Pro IDE does not require an installer. Just extract the downloaded file to a convenient location.

### Usage

To start Arduino Pro IDE, run the executable you'll find in its installation folder:

- Windows: `Arduino Pro IDE.exe`
- Linux: `arduino-pro-ide`
- macOS: `Arduino Pro IDE.app`

**Note:** It's not possible to start Arduino Pro IDE on Linux from the file browser. Open a terminal in the Arduino Pro IDE installation folder and run the command `./arduino-pro-ide`

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

Expand Down

0 comments on commit 8c86fce

Please sign in to comment.