summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2024-02-27 10:27:09 -0500
committerGitHub <noreply@github.com>2024-02-27 10:27:09 -0500
commitf82c2c2f156c0e57fa2849a7849ad12abfdd0a65 (patch)
treed0b52b191d08316c5088a8736ab11362e4368729
parent64dda70b416c364ed5d7a00f204d0dc397786b84 (diff)
Add MacPorts installation instructions
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a9480e..747b13a 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ Alternatively, `git absorb` is available in the following system package manager
| 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.git-absorb` |
+| MacPorts | `sudo port install git-absorb` |
+| nixpkgs stable and unstable | `nix-env -iA nixpkgs.git-absorb` |
| Ubuntu | `apt install git-absorb` |
| Void Linux | `xbps-install -S git-absorb` |
| GNU Guix | `guix install git-absorb` |