From 3f259f1a0751c9f194e4015acb5238334b08defc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 12 Oct 2023 13:27:29 -0400 Subject: [PATCH] docs: add MacPorts install instructions https://ports.macports.org/port/bat-extras/ --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ed60876..c8c8a0d 100644 --- a/README.md +++ b/README.md @@ -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!