Skip to content

Commit 59ca91d

Browse files
committed
Remove table of nightly build links from readme
During the early phase of development, the download links for the nightly build were only available from the table in the project readme. Since that time, download links were also added to the "Software" page on arduino.cc, which is already linked to from the readme. This means the nightly build link table is superfluous and only harms the readability of the readme. The superfluous table is hereby removed from the readme.
1 parent 69bb0aa commit 59ca91d

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

Diff for: README.md

+1-26
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,7 @@ The Arduino IDE 2.x is a major rewrite, sharing no code with the IDE 1.x. It is
1414

1515
## Download
1616

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-
19-
### Nightly builds
20-
21-
These builds are generated every day at 03:00 GMT from the `main` branch and
22-
should be considered unstable:
23-
24-
| Platform | 32 bit | 64 bit |
25-
| --------- | ------------------------ | ------------------------------------------------------------------------------------------------------ |
26-
| Linux | | [Nightly Linux AppImage 64 bit]<br />[Nightly Linux ZIP file 64 bit] |
27-
| Linux ARM | [🚧 Work in progress...] | [🚧 Work in progress...] |
28-
| Windows | | [Nightly Windows 64 bit installer]<br />[Nightly Windows 64 bit MSI]<br />[Nightly Windows 64 bit ZIP] |
29-
| macOS | | [Nightly macOS 64 bit] |
30-
31-
[🚧 work in progress...]: https://github.com/arduino/arduino-ide/issues/107
32-
[nightly linux appimage 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.AppImage
33-
[nightly linux zip file 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip
34-
[nightly windows 64 bit installer]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.exe
35-
[nightly windows 64 bit msi]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.msi
36-
[nightly windows 64 bit zip]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.zip
37-
[nightly macos 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_macOS_64bit.dmg
38-
39-
> These links return an HTTP `302: Found` response, redirecting to latest
40-
> generated builds by replacing `latest` with the latest available build
41-
> date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
42-
> replaced with `20190806`)
17+
You can download the latest release version and nightly builds from the [software download page on the Arduino website](https://www.arduino.cc/en/software#experimental-software).
4318

4419
## Support
4520

0 commit comments

Comments
 (0)