summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArtem Polishchuk <ego.cordatus@gmail.com>2020-01-15 15:53:04 +0200
committerKelvin Zhang <zhangxp1998@gmail.com>2020-01-15 12:44:18 -0500
commit6cdce9701f80949fa72fd42863c3891f83620322 (patch)
tree1af7eab46d4332e3f361503fafd25ee76014621d /README.md
parentc65d6eb53edb603ab7a3c470166df0373da42feb (diff)
Add Fedora installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31a79f2..3f4b347 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,14 @@ nix-env -iA nixpkgs.bandwhich
xbps-install -S bandwhich
```
+#### Fedora
+
+`bandwhich` is available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bandwhich/), and can be installed via DNF:
+
+```
+sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich
+```
+
#### macOS
```