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

Commit 9856f57

Browse files
Added some links and edited the file
1 parent 1725ae0 commit 9856f57

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Arduino Pro IDE
2-
The 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 brings features that address the needs of advanced users whilst retaining continuity with the simple "classic" [Arduino IDE](https://github.com/arduino/Arduino).
33

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

66
## Idea
77
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
@@ -10,13 +10,14 @@ The Arduino Pro IDE is a completely new Development Environment for Arduino Prog
1010

1111
### Download
1212

13-
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!*
13+
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.
14+
*<b>Note</b>: This is not a production release!*
1415

1516
### Arduino CLI
1617

1718
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
19+
So please make sure you have the latest version of the [Arduino CLI](https://github.com/arduino/arduino-cli) as described in the [How to Install the Arduino CLI](https://github.com/arduino/arduino-cli#how-to-install) doc,
20+
or remove your `arduino-cli` from the system PATH.
2021

2122
You can check your `arduino-cli` version with
2223

@@ -25,21 +26,21 @@ $ arduino-cli version
2526
```
2627

2728
### Install a core to support your board
28-
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu
29+
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
2930

3031
Tools -> Board Manager...
3132

3233
## User Feedback and Issue Report
33-
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
34+
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.
3435

3536
## Technology
3637
The Arduino Pro IDE is based on the following technologies:
3738

38-
* [Arduino CLI](https://github.com/arduino/arduino-cli)
39-
running in daemon mode provides all the main Arduino features
40-
* [Eclipse Theia](https://github.com/eclipse-theia/theia)
39+
* [Arduino CLI](https://github.com/arduino/arduino-cli):
40+
Running in daemon mode, it provides all the main Arduino features
41+
* [Eclipse Theia](https://github.com/eclipse-theia/theia):
4142
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
42-
* [Electron](https://github.com/electron/electron)
43-
The framework behind [Eclipse Theia](https://theia-ide.org/), allows to use web technologies on desktop environments
43+
* [Electron](https://github.com/electron/electron):
44+
The framework behind [Eclipse Theia](https://theia-ide.org/), allows users to use web technologies on desktop environments
4445

45-
If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md)
46+
If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md).

0 commit comments

Comments
 (0)