mirror of
https://github.com/theryangeary/choose
synced 2025-02-18 10:18:23 +00:00
Update readme.md
This commit is contained in:
parent
4d78788eb5
commit
024edfc8f4
1 changed files with 9 additions and 2 deletions
11
readme.md
11
readme.md
|
@ -85,6 +85,8 @@ choose -3:-1 # print the last three items from a line
|
||||||
|
|
||||||
## Compilation and Installation
|
## Compilation and Installation
|
||||||
|
|
||||||
|
### Installing From Source
|
||||||
|
|
||||||
In order to build `choose` you will need the rust toolchain installed. You can
|
In order to build `choose` you will need the rust toolchain installed. You can
|
||||||
find instructions [here](https://www.rust-lang.org/tools/install).
|
find instructions [here](https://www.rust-lang.org/tools/install).
|
||||||
|
|
||||||
|
@ -99,9 +101,14 @@ install target/release/choose <DESTDIR>
|
||||||
|
|
||||||
Just make sure DESTDIR is in your path.
|
Just make sure DESTDIR is in your path.
|
||||||
|
|
||||||
### Packaging status
|
### Installing From Package Managers
|
||||||
|
|
||||||
Fedora/CentOS [COPR](https://copr.fedorainfracloud.org/coprs/atim/choose/): `sudo dnf copr enable atim/choose -y && sudo dnf install choose`
|
Fedora/CentOS [COPR](https://copr.fedorainfracloud.org/coprs/atim/choose/):
|
||||||
|
|
||||||
|
```
|
||||||
|
# dnf copr enable atim/choose
|
||||||
|
# dnf install choose
|
||||||
|
```
|
||||||
|
|
||||||
### Benchmarking
|
### Benchmarking
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue