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

Commit 1725ae0

Browse files
mastrolinuxRoberto Sora
authored and
Roberto Sora
committed
Docs (#92)
* General docs about the project * 'Added contribution mentioning' * Added copyright info * Fixed typos and Copyright notice * Added minimal getting started section * Fix wording
1 parent 2247b19 commit 1725ae0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
11
# Arduino Pro IDE
2-
The new Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE.
2+
The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE.
33

44
*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*
55

66
## Idea
7-
The new Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
7+
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
88

99
## Getting Started
1010

1111
### Download
1212

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

15+
### Arduino CLI
16+
17+
The Arduino Pro IDE uses the `arduino-cli` binary found in the system's PATH or its own embedded one if the `arduino-cli` is not found.
18+
So please be sure you have the latest version of the CLI as described in the [How to Install the Arduino CLI](https://github.com/arduino/arduino-cli#how-to-install) doc,
19+
or remove your `arduino-cli` from the system PATH
20+
21+
You can check your `arduino-cli` version with
22+
23+
```
24+
$ arduino-cli version
25+
```
26+
1527
### Install a core to support your board
1628
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu
1729

1830
Tools -> Board Manager...
1931

20-
Then search for your board and install the appropriate core.
21-
2232
## User Feedback and Issue Report
2333
Before releasing the source code we want to move out of the alpha and we want your feedback to do this! Please test the Arduino Pro IDE and report bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues
2434

0 commit comments

Comments
 (0)