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

Commit 5035ec4

Browse files
author
Roberto Sora
authored
Updare README.md with the Nightly build links (#305)
1 parent bc8f1a6 commit 5035ec4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: README.md

+21
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ The Arduino Pro IDE is a completely new Development Environment for Arduino Prog
1313
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.
1414
*<b>Note</b>: This is not a production release!*
1515

16+
#### Nightly builds
17+
18+
These builds are generated every day at 03:00 GMT from the `master` branch of the (currently private) source repository and
19+
should be considered unstable. In order to get the latest nightly build
20+
available for the supported platform, use the following links:
21+
22+
Platform | 32 bit | 64 bit |
23+
--------- | ------------------------ | ------------------------ |
24+
Linux | | [Nightly Linux 64 bit] |
25+
Windows | | [Nightly Windows 64 bit] |
26+
macOS | | [Nightly macOS 64 bit] |
27+
28+
[Nightly Linux 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Linux_64bit.zip
29+
[Nightly Windows 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Windows_64bit.zip
30+
[Nightly macOS 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_macOS_64bit.dmg
31+
32+
> These links return an HTTP `302: Found` response, redirecting to latest
33+
generated builds by replacing `latest` with the latest available build
34+
date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
35+
replaced with `20190806` )
36+
1637
### Arduino CLI
1738

1839
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.

0 commit comments

Comments
 (0)