We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61edf3f commit bd34b8dCopy full SHA for bd34b8d
docs/content/2.download/default.yml
@@ -66,8 +66,12 @@ body:
66
67
### FreeBSD
68
69
- * Use [FreshPorts](https://www.freshports.org/textproc/jq/) to install
70
- jq 1.4 with `pkg install jq`.
+ * `pkg install jq` as root installs a pre-built
+ [binary package](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html).
71
+ * `make -C /usr/ports/textproc/jq install clean` as root installs the
72
+ [jq](https://www.freshports.org/textproc/jq/)
73
+ [port](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html)
74
+ from source.
75
76
### Solaris
77
0 commit comments