You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-19Lines changed: 23 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,30 @@ The Arduino IDE 2.x is a major rewrite, sharing no code with the IDE 1.x. It is
15
15
## Download
16
16
17
17
You can download the latest version from the [software download page on the Arduino website](https://www.arduino.cc/en/software#experimental-software).
18
+
18
19
### Nightly builds
19
20
20
21
These builds are generated every day at 03:00 GMT from the `main` branch and
> These links return an HTTP `302: Found` response, redirecting to latest
38
-
generated builds by replacing `latest` with the latest available build
39
-
date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
40
-
replaced with `20190806`)
39
+
>generated builds by replacing `latest` with the latest available build
40
+
>date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
41
+
>replaced with `20190806`)
41
42
42
43
## Support
43
44
@@ -47,8 +48,8 @@ If you need assistance, see the [Help Center](https://support.arduino.cc/hc/en-u
47
48
48
49
If you want to report an issue, you can submit it to the [issue tracker](https://github.com/arduino/arduino-ide/issues) of this repository. A few rules apply:
49
50
50
-
* Before posting, please check if the same problem has been already reported by someone else to avoid duplicates.
51
-
* Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.
51
+
- Before posting, please check if the same problem has been already reported by someone else to avoid duplicates.
52
+
- Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.
52
53
53
54
### Security
54
55
@@ -64,10 +65,13 @@ Contributions are very welcome! You can browse the list of open issues to see wh
64
65
65
66
This repository contains the main code, but two more repositories are included during the build process:
66
67
67
-
*[vscode-arduino-tools](https://github.com/arduino/vscode-arduino-tools): provides support for the language server and the debugger
68
-
*[arduino-language-server](https://github.com/arduino/arduino-language-server): provides the language server that parses Arduino code
68
+
-[vscode-arduino-tools](https://github.com/arduino/vscode-arduino-tools): provides support for the language server and the debugger
69
+
-[arduino-language-server](https://github.com/arduino/arduino-language-server): provides the language server that parses Arduino code
69
70
70
71
See the [BUILDING.md](BUILDING.md) for a technical overview of the application and instructions for building the code.
72
+
73
+
You could also help us having Arduino IDE 2.0 in your language, joining [our translation project inside Transifex](https://www.transifex.com/arduino-1/ide2/dashboard/).
74
+
71
75
## Donations
72
76
73
77
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.
0 commit comments