Skip to content

Commit

Permalink
maint: Update install command in README (#58)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Updates install command in README. Without a version suffix, loadgen
fails to install.

- Closes #57 

## Short description of the changes
- Add `@latest` suffix to install command
  • Loading branch information
MikeGoldsmith authored Jun 12, 2024
1 parent 4c0952f commit 699c5af
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 @@ You should have a recent version of Go installed.

Install:
```bash
go install github.com/honeycombio/loadgen
go install github.com/honeycombio/loadgen@latest
```

Get Usage information:
Expand Down

0 comments on commit 699c5af

Please sign in to comment.