Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 446cef6

Browse files
committedDec 13, 2018
Using 'latest' url for download links
1 parent 4c3296e commit 446cef6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ This is **not yet available** until the first stable version is released.
1616

1717
#### Download the latest unstable "alpha" preview
1818

19-
Please note that these are **preview** build, they may have bugs, some features may not work or may be changed without notice:
20-
21-
- [Linux 64 bit 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linux64.tar.bz2)
22-
- [Linux 32 bit 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linux32.tar.bz2)
23-
- [Linux ARM 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linuxarm.tar.bz2)
24-
- [Windows 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-windows.zip)
25-
- [Mac OSX 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-osx.zip)
19+
Please note that these are **preview** build, they may have bugs, some features may not work or may be changed without notice,
20+
the latest preview version is `0.3.2-alpha.preview`:
21+
22+
- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux64.tar.bz2)
23+
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux32.tar.bz2)
24+
- [Linux ARM](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm.tar.bz2)
25+
- [Windows](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-windows.zip)
26+
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-osx.zip)
2627

2728
### Build the latest "bleeding-edge" from source
2829

0 commit comments

Comments
 (0)
Please sign in to comment.