Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: document specific version install #803

Merged
merged 3 commits into from
Sep 20, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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