1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

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

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