From ce7c497c096ae0106fb2275cf91670306dbdff63 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 8 Sep 2020 00:15:07 -0400 Subject: [PATCH] README: add instructions for installing with MacPorts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 97c84e9..3ac00e9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ On macOS you can install the latest release with [Homebrew](https://brew.sh/): $ brew install schollz/tap/croc ``` +On macOS you can also install the latest release with [MacPorts](https://macports.org/): + +``` +$ sudo port selfupdate +$ sudo port install croc +``` On Windows you can install the latest release with [Scoop](https://scoop.sh/):