From 3b07017eaec5ec640d6ae4824e35ddf381bd44ed Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 24 Sep 2022 16:51:01 -0400 Subject: [PATCH] docs(readme): add MacPorts install info https://ports.macports.org/port/git-cliff/ --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c5d1bdec07..3bab5363a8 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,16 @@ If you are using Arch Linux, **git-cliff** can be installed from the [community pacman -S git-cliff ``` +### MacPorts + +On macOS, **git-cliff** can be installed via [MacPorts](https://www.macports.org): + +```sh +sudo port install git-cliff +``` + +[Port page](https://ports.macports.org/port/git-cliff/) + ### Binary releases See the available binaries for different operating systems/architectures from the [releases page](https://github.com/orhun/git-cliff/releases).