docs: add MacPorts install instructions

https://ports.macports.org/port/bat-extras/
This commit is contained in:
Herby Gillot 2023-10-12 13:27:29 -04:00 committed by Ethan P
parent bc534e9dd2
commit 3f259f1a07

View File

@ -53,6 +53,16 @@ All of the `bat-extras` scripts can be installed with `brew install bat-extras`.
If you would prefer to only install the specific scripts you need, you can use the `eth-p/software` tap to install individual scripts: `brew install eth-p/software/bat-extras-[SCRIPT]`
### MacPorts
The `bat-extras` scripts can also be installed via [MacPorts](https://www.macports.org) on macOS:
```bash
sudo port install bat-extras
```
Port info [here](https://ports.macports.org/port/bat-extras/).
### Pacman
`bat-extras` is [officially available](https://archlinux.org/packages/community/any/bat-extras/) on the Arch community repository!