add brew package to readme.md

closes #21
This commit is contained in:
Collin Reilly Clark 2020-06-26 08:20:36 -04:00 committed by Ryan Geary
parent 710b95e866
commit 05739d0146

View file

@ -124,6 +124,7 @@ $ cargo install choose
```
Arch Linux:
```
$ yay -S choose-rust-git
```
@ -135,6 +136,12 @@ $ dnf copr enable atim/choose
$ dnf install choose
```
Homebrew:
```
$ brew install choose-rust
```
### Benchmarking
Benchmarking is performed using the [`bench` utility](https://github.com/Gabriel439/bench).