Skip to content

Commit

Permalink
Add information about the easyjson requirement to README
Browse files Browse the repository at this point in the history
Resolves tsenart#657
  • Loading branch information
piotrb5e3 committed Oct 16, 2024
1 parent 03ca49e commit 8a4741e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ $ pkg install vegeta
```

### Source
When building from source you'll need to install [easyjson](https://github.com/mailru/easyjson) manually.

On Debian-based systems it can be done with:

```shell
sudo apt install golang-easyjson
```

Then build vegeta like so:

```shell
git clone https://github.com/tsenart/vegeta
Expand Down

0 comments on commit 8a4741e

Please sign in to comment.