1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-07 12:36:51 +03:00

docs(readme): add MacPorts install info (#111)

https://ports.macports.org/port/git-cliff/
This commit is contained in:
Herby Gillot 2022-09-24 17:24:11 -04:00 committed by GitHub
parent 62fe690f32
commit f9d4b88a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).