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

Commit bc8f1a6

Browse files
authored
Merge pull request #124 from Jainan-Tandel/master
Added some links and edited the README.md file
2 parents 0bd45cd + 66ddeec commit bc8f1a6

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

README.md

+52-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
# 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.
3-
4-
*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*
5-
6-
## Idea
7-
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
8-
9-
## Getting Started
10-
11-
### Download
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!*
14-
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-
27-
### 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-
30-
Tools -> Board Manager...
31-
32-
## 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-
35-
## Technology
36-
The Arduino Pro IDE is based on the following technologies:
37-
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)
41-
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
44-
45-
If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md)
46-
47-
## Releases
48-
This Repository doesn't hold source code yet. Its main use is to collect issues and keep track of them.
49-
We regularly release new versions of the compiled tool. You can find them under "Releases"
50-
51-
Releases available at https://github.com/arduino/arduino-pro-ide/releases/
52-
1+
# Arduino Pro 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).
3+
4+
*This repo is a preview of the final product and has to be considered as an unstable alpha version.*
5+
6+
## Idea
7+
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
8+
9+
## Getting Started
10+
11+
### Download
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.
14+
*<b>Note</b>: This is not a production release!*
15+
16+
### Arduino CLI
17+
18+
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.
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.
21+
22+
You can check your `arduino-cli` version with
23+
24+
```
25+
$ arduino-cli version
26+
```
27+
28+
### Install a core to support your board
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
30+
31+
Tools -> Board Manager...
32+
33+
## User Feedback and Issue Report
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.
35+
36+
## Technology
37+
The Arduino Pro IDE is based on the following technologies:
38+
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):
42+
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
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
45+
46+
If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md).
47+
48+
## Releases
49+
This Repository doesn't hold source code yet. Its main use is to collect issues and keep track of them.
50+
We regularly release new versions of the compiled tool. You can find them under "Releases"
51+
52+
Releases available at https://github.com/arduino/arduino-pro-ide/releases/

0 commit comments

Comments
 (0)