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

Commit 2247b19

Browse files
8bitkickmastrolinux
authored andcommitted
Some additional wording (#19)
1 parent 4ffe02f commit 2247b19

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
1-
# Arduino Pro IDE
2-
The Arduino IDE for advanced users and developers.
1+
# 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.
3+
4+
*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*
35

46
## Idea
5-
The new Arduino IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
6-
This repo is a preview of the final product and has to be considered as an unstable *alpha* version.
7+
The new Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
78

89
## Getting Started
910

1011
### Download
11-
You can find the last published version in the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo
12+
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!*
1214

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

1618
Tools -> Board Manager...
1719

18-
Then search for your board and install the proper core.
20+
Then search for your board and install the appropriate core.
1921

2022
## User Feedback and Issue Report
21-
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.
22-
Please test the Arduino Pro IDE and report us bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues
23+
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
2324

2425
## Technology
2526
The Arduino Pro IDE is based on the following technologies:
2627

2728
* [Arduino CLI](https://github.com/arduino/arduino-cli)
28-
Used in daemon mode is providing all the main Arduino features
29+
running in daemon mode provides all the main Arduino features
2930
* [Eclipse Theia](https://github.com/eclipse-theia/theia)
3031
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
3132
* [Electron](https://github.com/electron/electron)

0 commit comments

Comments
 (0)