Skip to content

Commit

Permalink
README: change go get to go install (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleileiking committed Sep 20, 2022
1 parent d73edf2 commit ead4990
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 @@ -26,7 +26,7 @@ You need `go` installed and `GOBIN` in your `PATH`. Once that is done, run the
command:

```shell
$ go get -u github.com/tsenart/vegeta
$ go install github.com/tsenart/vegeta@latest
```

## Versioning
Expand Down

0 comments on commit ead4990

Please sign in to comment.