@@ -20,6 +20,8 @@ build the source code, run the tests, and contribute your changes to the project
2020
2121### Get the latest package  
2222
23+ #### Using the install script  
24+ 
2325The easiest way to get the latest version of ` arduino-cli `  on any supported platform is using the
2426` install.sh `  script:
2527
@@ -34,9 +36,26 @@ for example `~/local/bin`, set the `BINDIR` environment variable like this:
3436curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh 
3537``` 
3638
39+ #### Using the latest release links  
40+ 
41+ In order to get the latest stable release for your platform use the following links:
42+ 
43+ -  [ Linux 64 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_64bit.tar.gz ) 
44+ -  [ Linux 32 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_32bit.tar.gz ) 
45+ -  [ Linux ARM 64 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz ) 
46+ -  [ Linux ARM 32 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv7.tar.gz ) 
47+ -  [ Windows 64 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip ) 
48+ -  [ Windows 32 bit] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_32bit.zip ) 
49+ -  [ Mac OSX] ( https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_macOS_64bit.tar.gz ) 
50+ 
51+ These links return a ` 302: Found `  response, redirecting to latest generated builds by replacing ` latest `  with the latest
52+ available stable release. Once downloaded, place the executable ` arduino-cli `  into a directory which is in your ` PATH ` .
53+ 
3754** Deprecation notice:**  Links in the form ` http://downloads.arduino.cc/arduino-cli/arduino-cli-latest-<platform>.tar.bz2 ` 
3855won't be further updated. That URL will provide arduino-cli 0.3.7-alpha.preview, regardless of further releases.
3956
57+ #### Using the Github release page  
58+ 
4059Alternatively you can download one of the pre-built binaries for the supported platforms from the
4160[ release page] ( https://github.com/arduino/arduino-cli/releases ) . Once downloaded, place the executable
4261` arduino-cli `  into a directory which is in your ` PATH ` .
0 commit comments