Documentation: Fix FreeBSD usage of the pkg command

This commit is contained in:
Emil Engler 2021-04-12 14:56:19 +02:00 committed by Andreas Kling
parent 102bb3b3d2
commit b2a0552281
Notes: sideshowbarker 2024-07-18 20:28:45 +09:00

View file

@ -165,7 +165,7 @@ $ doas pkg_add coreutils qemu sudo
### FreeBSD prerequisites
```console
$ pkg add bash coreutils git gmake ninja sudo
$ pkg install bash coreutils git gmake ninja sudo
```
### Windows prerequisites