Skip to content

Commit

Permalink
Update docs/install.md
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Siemens <[email protected]>
  • Loading branch information
sukantoraymond and psiemens authored Jul 15, 2022
1 parent c0c3d6c commit 3f0b927
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"

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

To install a specific version of flow-cli, the command below can be used (example below is to install flow-cli version v0.33.3):
### Install a specific version

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).

```sh
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)" -- v0.33.3
Expand Down

0 comments on commit 3f0b927

Please sign in to comment.