Skip to content

Commit

Permalink
Update install script documentation to document version pinning (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Sora committed Jun 26, 2020
1 parent a92dcf1 commit 18aefa0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.md
Expand Up @@ -31,6 +31,13 @@ If you would like to use the `arduino-cli` command from any location, install
Arduino CLI to a directory already in your `PATH` or add the Arduino CLI
installation path to your `PATH` environment variable.

If you want to download a specific arduino-cli version, for example `0.9.0`, pass the
version number as a parameter like this:

```sh
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.9.0
```

### Download

Pre-built binaries for all the supported platforms are available for download
Expand Down

0 comments on commit 18aefa0

Please sign in to comment.