Skip to content

Commit

Permalink
docs(readme): add MacPorts install info
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Sep 24, 2022
1 parent 62fe690 commit e465edb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit e465edb

Please sign in to comment.