mirror of
https://github.com/theryangeary/choose
synced 2024-11-10 05:24:13 +00:00
parent
710b95e866
commit
05739d0146
1 changed files with 7 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue