Skip to content

Commit bd34b8d

Browse files
Paul Chvosteknicowilliams
Paul Chvostek
authored andcommitted
fix FreeBSD install instructions
1 parent 61edf3f commit bd34b8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/content/2.download/default.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ body:
6666

6767
### FreeBSD
6868

69-
* Use [FreshPorts](https://www.freshports.org/textproc/jq/) to install
70-
jq 1.4 with `pkg install jq`.
69+
* `pkg install jq` as root installs a pre-built
70+
[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.
7175

7276
### Solaris
7377

0 commit comments

Comments
 (0)