Skip to content

Commit 92cd95c

Browse files
Merge pull request #567 from onflow/improvement/update-specific-version-docs
update install documentation for specific version
2 parents e5654e5 + 3f0b927 commit 92cd95c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
2525

2626
To update, simply re-run the installation command above.
2727

28+
It is currently not possible to install earlier versions of the Flow CLI with Homebrew.
2829
## Linux
2930

3031
### From a pre-built binary
@@ -39,6 +40,14 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
3940

4041
To update, simply re-run the installation command above.
4142

43+
### Install a specific version
44+
45+
To install a specific version of Flow CLI, append the version tag to the command (e.g. the command below installs CLI version v0.33.3).
46+
47+
```sh
48+
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)" -- v0.33.3
49+
```
50+
4251
## Windows
4352

4453
### From a pre-built binary

0 commit comments

Comments
 (0)