Skip to content

Commit 18aefa0

Browse files
author
Roberto Sora
authored
Update install script documentation to document version pinning (#767)
1 parent a92dcf1 commit 18aefa0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docs/installation.md

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ If you would like to use the `arduino-cli` command from any location, install
3131
Arduino CLI to a directory already in your `PATH` or add the Arduino CLI
3232
installation path to your `PATH` environment variable.
3333

34+
If you want to download a specific arduino-cli version, for example `0.9.0`, pass the
35+
version number as a parameter like this:
36+
37+
```sh
38+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.9.0
39+
```
40+
3441
### Download
3542

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

0 commit comments

Comments
 (0)