Skip to content

Commit

Permalink
Document how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
jabley committed Jul 12, 2016
1 parent bcd4c63 commit af08bb4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,20 @@

Homebrew tap for installing [wrk2](https://github.com/GilTene/wrk2)

## Homebrew

```sh
$ brew tap jabley/homebrew-wrk2
$ brew install wrk2
```

## Boxen

```puppet
homebrew::tap { 'jabley/homebrew-wrk2': }
```

```yaml
boxen::personal::homebrew_packages:
- wrk2
```

0 comments on commit af08bb4

Please sign in to comment.