summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCollin Reilly Clark <crclark96@gmail.com>2020-06-26 08:20:36 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-26 16:24:36 -0400
commit05739d01460cedfacb51db772a131a19c10fb6a7 (patch)
tree404ea2b42ac3cdab9e5af3595b6052cf21417da3
parent710b95e866187efa5e07a5250e946e83af639a25 (diff)
add brew package to readme.md
closes #21
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 0c2f4b6..2b88845 100644
--- a/readme.md
+++ b/readme.md
@@ -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).