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:
parent
62fe690f32
commit
f9d4b88a33
11
README.md
11
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).
|
||||
|
Loading…
Reference in New Issue
Block a user