summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-04-13 13:45:30 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-04-13 13:45:30 -0400
commit5f7724967265f938eed28f6180d972ba76566cfa (patch)
tree7869e9ec357782ac6b87e317b59256bfd225bf51
parent7243843d2f13d9fc84ffc0c757c7a73bbf6734ea (diff)
Add Arch Linux installation to readme
-rw-r--r--readme.md17
1 files 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 <DESTDIR>
+$ git clone https://github.com/theryangeary/choose.git
+$ cd choose
+$ cargo build --release
+$ install target/release/choose <DESTDIR>
```
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