summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernard Niset <bernard.niset@gmail.com>2020-01-07 08:45:11 +0100
committerNico Williams <nico@cryptonector.com>2020-01-07 23:35:19 -0600
commit087100183c2aa85dc8cc2e0e6e7ab0dbdf9957c4 (patch)
tree22f3bf8d9b1b29dde9c9c5c8869d427d3097a447
parentbaecf2ce9ec51ebd70cf617ffbee19a668652c9d (diff)
Add information on how to install on OS X with MacPorts
-rw-r--r--docs/content/download/default.yml5
1 files 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.
-