@@ -40,14 +40,21 @@ Alternatively you can download one of the pre-built binaries for the supported p
4040
4141### Download a nightly build  
4242
43- These builds are generated once a day from ` master `  branch starting at 23:00 UTC
44- 
45- -  [ Linux 64 bit] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linux64.tar.bz2 ) 
46- -  [ Linux 32 bit] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linux32.tar.bz2 ) 
47- -  [ Linux ARM 64 bit] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linuxarm32.tar.bz2 ) 
48- -  [ Linux ARM 32 bit] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linuxarm64.tar.bz2 ) 
49- -  [ Windows] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-windows.zip ) 
50- -  [ Mac OSX] ( https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-macosx.zip ) 
43+ These builds are generated once a day from ` master `  branch starting at 01:00 GMT
44+ 
45+ In order to get the latest nightly build for your platform use the following links replacing ` <DATE> `  with the current 
46+ date, using the format YYYYMMDD (i.e for 2019/Aug/06 use ` 20190806 `  )
47+ 
48+ -  ** Linux 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_64bit.tar.gz ` 
49+ -  ** Linux 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_32bit.tar.gz ` 
50+ -  ** Linux ARM 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARM64.tar.gz ` 
51+ -  ** Linux ARM 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARMv7.tar.gz ` 
52+ -  ** Windows 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_64bit.zip ` 
53+ -  ** Windows 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_32bit.zip ` 
54+ -  ** Mac OSX** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_macOS_64bit.tar.gz ` 
55+ 
56+ Checksums for the nightly builds are available at 
57+ ` https://downloads.arduino.cc/arduino-cli/nightly/nightly-<DATE>-checksums.txt ` 
5158
5259Once downloaded, place the executable ` arduino-cli `  into a directory which is in your ` PATH ` .
5360
0 commit comments