Skip to content

Commit

Permalink
Merge pull request #2 from alexandear/fix-installation-cmd
Browse files Browse the repository at this point in the history
fix installation command
  • Loading branch information
roblaszczak authored Oct 18, 2024
2 parents 7728085 + 5270118 commit 766bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ More information can be found in our [blog post about optimising Go tests parall
## Installation

```bash
go install -u github.com/roblaszczak/vgt
go install github.com/roblaszczak/vgt@latest
```

You can also run without installing by running `go run github.com/roblaszczak/vgt@latest`.
Expand Down

0 comments on commit 766bbde

Please sign in to comment.