@@ -20,6 +20,8 @@ build the source code, run the tests, and contribute your changes to the project
20
20
21
21
### Get the latest package
22
22
23
+ #### Using the install script
24
+
23
25
The easiest way to get the latest version of ` arduino-cli ` on any supported platform is using the
24
26
` install.sh ` script:
25
27
@@ -34,9 +36,26 @@ for example `~/local/bin`, set the `BINDIR` environment variable like this:
34
36
curl -fsSL https://github.com/raw/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh
35
37
```
36
38
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
+
37
54
** Deprecation notice:** Links in the form ` http://downloads.arduino.cc/arduino-cli/arduino-cli-latest-<platform>.tar.bz2 `
38
55
won't be further updated. That URL will provide arduino-cli 0.3.7-alpha.preview, regardless of further releases.
39
56
57
+ #### Using the Github release page
58
+
40
59
Alternatively you can download one of the pre-built binaries for the supported platforms from the
41
60
[ release page] ( https://github.com/arduino/arduino-cli/releases ) . Once downloaded, place the executable
42
61
` arduino-cli ` into a directory which is in your ` PATH ` .
0 commit comments