Skip to content

Commit

Permalink
updated README.md download links with linuxarm32 and linuxarm64 links (
Browse files Browse the repository at this point in the history
…arduino#307)

* updated README.md download links with linuxarm32 and linuxarm64 links

* Updated binary usage instructions, from now on the binary inside the archive is always named `arduino-cli`
  • Loading branch information
rsora authored Jul 24, 2019
1 parent a7cf52c commit b257549
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,25 @@ the latest preview version is `0.3.7-alpha.preview`:

- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux64.tar.bz2)
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux32.tar.bz2)
- [Linux ARM](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm.tar.bz2)
- [Linux ARM 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm32.tar.bz2)
- [Linux ARM 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm64.tar.bz2)
- [Windows](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-windows.zip)
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-macosx.zip)

Once downloaded, place the executable into a directory which is in your `PATH` environment variable. To use the tool as it is presented in the Getting started guide below (`arduino-cli`), you should rename the executable from _arduino-cli-X.Y.Z-alpha.preview-XYZ_ to _arduino-cli_.
Once downloaded, place the executable `arduino-cli` into a directory which is in your `PATH` environment variable.

#### Download the nightly build

These builds are generated once a day from `master` branch starting at 23:00 UTC

- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linux64.tar.bz2)
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linux32.tar.bz2)
- [Linux ARM](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linuxarm.tar.bz2)
- [Linux ARM 64 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linuxarm32.tar.bz2)
- [Linux ARM 32 bit](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-linuxarm64.tar.bz2)
- [Windows](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-windows.zip)
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli-nightly-latest-macosx.zip)

Once downloaded, place the executable into a directory which is in your `PATH` environment variable. Launch the tool as it is presented in the Getting started guide below (`arduino-cli`).
Once downloaded, place the executable `arduino-cli` into a directory which is in your `PATH` environment variable.

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

Expand Down

0 comments on commit b257549

Please sign in to comment.