From 087100183c2aa85dc8cc2e0e6e7ab0dbdf9957c4 Mon Sep 17 00:00:00 2001 From: Bernard Niset Date: Tue, 7 Jan 2020 08:45:11 +0100 Subject: Add information on how to install on OS X with MacPorts --- docs/content/download/default.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml index 8ff45804..349f959a 100644 --- a/docs/content/download/default.yml +++ b/docs/content/download/default.yml @@ -1,6 +1,5 @@ headline: Download jq body: - - text: | jq is written in C and has no runtime dependencies, so it should be @@ -60,6 +59,9 @@ body: * Use [Homebrew](http://brew.sh/) to install jq 1.5 with `brew install jq`. + * Use [MacPorts](https://www.macports.org) to install jq 1.6 with + `port install jq`. + * jq 1.6 binary for [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64). @@ -193,4 +195,3 @@ body: The man page is built by `make jq.1`, or just `make`, also from the YAML docs, and you'll still need the Python dependencies to build the manpage. - -- cgit v1.2.3