summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).