summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAron Griffis <aron@scampersand.com>2023-05-03 11:52:32 -0400
committerGitHub <noreply@github.com>2023-05-03 11:52:32 -0400
commitc03cc1bd32c1c3c9ae583a9d5c66e9883387b12d (patch)
treeec390eb4f8d9f7d339d184c4b295c8d2e92152b3
parentb17b4e744c0184def96ba2ddb67074b27092ce69 (diff)
add fedora to system package manager list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0db38e4..d85784b 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Alternatively, `git absorb` is available in the following system package manager
| Arch Linux | `pacman -S git-absorb` |
| Debian | `apt install git-absorb` |
| DPorts | `pkg install git-absorb` |
+| Fedora | `dnf install git-absorb` |
| FreeBSD Ports | `pkg install git-absorb` |
| Homebrew and Linuxbrew | `brew install git-absorb` |
| nixpkgs stable and unstable | `nix-env -iA nixpkgs.gitAndTools.git-absorb` |