From f262e5ee273e198d3da28baf5f4bff3b8d57271d Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 15 Jan 2021 03:29:44 -0500 Subject: [PATCH] readme: add info on installing using MacPorts --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index e35b7e56..2e11ef09 100644 --- a/Readme.md +++ b/Readme.md @@ -15,6 +15,13 @@ ```sh $ brew install clib +``` + + Or [MacPorts](https://www.macports.org): + +```sh +$ sudo port selfupdate +$ sudo port install clib ``` With git: