Skip to content

Commit

Permalink
README: Fix install from source instructions (#627)
Browse files Browse the repository at this point in the history
Supersedes #625
  • Loading branch information
tsenart authored Jul 14, 2023
1 parent 3b6d36f commit a3f925e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $ brew update && brew install vegeta

### Source

You need `go` installed and `GOBIN` in your `PATH`. Once that is done, run the
command:

```shell
$ go install github.com/tsenart/vegeta@latest
git clone https://github.com/tsenart/vegeta
cd vegeta
make vegeta
mv vegeta ~/bin # Or elsewhere, up to you.
```

## Versioning
Expand Down

0 comments on commit a3f925e

Please sign in to comment.