summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```