Skip to content

Commit

Permalink
Merge pull request #567 from onflow/improvement/update-specific-versi…
Browse files Browse the repository at this point in the history
…on-docs

update install documentation for specific version
  • Loading branch information
sukantoraymond authored Jul 15, 2022
2 parents e5654e5 + 3f0b927 commit 92cd95c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"

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

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

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

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

### 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
```

## Windows

### From a pre-built binary
Expand Down

0 comments on commit 92cd95c

Please sign in to comment.