summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Polishchuk <ego.cordatus@gmail.com>2020-04-04 21:00:59 +0300
committerRyan Geary <rtgnj42@gmail.com>2020-04-04 18:02:11 -0400
commit024edfc8f405fa2c08350d0caa492e68ad5b7005 (patch)
tree55dc3e9fa7e57308db4829f1aa3f26f1d0fcd30d
parent4d78788eb543a297b7ea49411ee7dbb1e07e5a6b (diff)
Update readme.md
-rw-r--r--readme.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 8bf3d5f..ba09182 100644
--- a/readme.md
+++ b/readme.md
@@ -85,6 +85,8 @@ choose -3:-1 # print the last three items from a line
## Compilation and Installation
+### Installing From Source
+
In order to build `choose` you will need the rust toolchain installed. You can
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.
-### Packaging status
+### Installing From Package Managers
+
+Fedora/CentOS [COPR](https://copr.fedorainfracloud.org/coprs/atim/choose/):
-Fedora/CentOS [COPR](https://copr.fedorainfracloud.org/coprs/atim/choose/): `sudo dnf copr enable atim/choose -y && sudo dnf install choose`
+```
+# dnf copr enable atim/choose
+# dnf install choose
+```
### Benchmarking