diff --git a/README.md b/README.md index c5d1bdec07..2957a0f277 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ - [Installation](#installation) - [From crates.io](#from-cratesio) - [Using pacman](#using-pacman) + - [From MacPorts](#from-macports) - [Binary releases](#binary-releases) - [Build from source](#build-from-source) - [Usage](#usage) @@ -122,6 +123,16 @@ If you are using Arch Linux, **git-cliff** can be installed from the [community pacman -S git-cliff ``` +### From 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).