Skip to content

Commit

Permalink
docs: document specific version install (#803)
Browse files Browse the repository at this point in the history
* docs: document specific version install

* docs: typo

* docs: url reference
  • Loading branch information
alestiago committed Sep 20, 2023
1 parent 1198a72 commit 38d370b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


[<img src="https://raw.githubusercontent.com/VeryGoodOpenSource/very_good_cli/main/site/static/img/cli_icon.svg" align="left" />](https://cli.vgv.dev/)

### Very Good CLI
Expand Down Expand Up @@ -30,6 +28,12 @@ For official documentation, please visit https://cli.vgv.dev.
dart pub global activate very_good_cli
```

Or install a [specific version](https://pub.dev/packages/very_good_cli/versions) using:

```sh
dart pub global activate very_good_cli <version>
```

### Commands ✨

### `very_good create`
Expand Down

0 comments on commit 38d370b

Please sign in to comment.