From 5f7724967265f938eed28f6180d972ba76566cfa Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Mon, 13 Apr 2020 13:45:30 -0400 Subject: Add Arch Linux installation to readme --- readme.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index ba09182..3ba4449 100644 --- a/readme.md +++ b/readme.md @@ -93,21 +93,26 @@ find instructions [here](https://www.rust-lang.org/tools/install). Then, to install: ```bash -git clone https://github.com/theryangeary/choose.git -cd choose -cargo build --release -install target/release/choose +$ git clone https://github.com/theryangeary/choose.git +$ cd choose +$ cargo build --release +$ install target/release/choose ``` Just make sure DESTDIR is in your path. ### Installing From Package Managers +Arch Linux: +``` +$ yay -S choose-rust-git +``` + Fedora/CentOS [COPR](https://copr.fedorainfracloud.org/coprs/atim/choose/): ``` -# dnf copr enable atim/choose -# dnf install choose +$ dnf copr enable atim/choose +$ dnf install choose ``` ### Benchmarking -- cgit v1.2.3