From 815edef86a12921a7521805ec682ccf81bfa6519 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Mon, 19 Oct 2020 02:17:47 -0400 Subject: [PATCH] README: add instructions for installing with MacPorts --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c7282c3..b903768 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed ### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest) ### MacOS: +Using [Homebrew](https://brew.sh/) ``` brew install yq ``` +Using [MacPorts](https://www.macports.org/) +``` +sudo port selfupdate +sudo port install yq +``` + ### Ubuntu and other Linux distros supporting `snap` packages: ``` snap install yq