mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Documentation: Fix FreeBSD usage of the pkg command
This commit is contained in:
parent
102bb3b3d2
commit
b2a0552281
Notes:
sideshowbarker
2024-07-18 20:28:45 +09:00
Author: https://github.com/cvengler Commit: https://github.com/SerenityOS/serenity/commit/b2a05522817 Pull-request: https://github.com/SerenityOS/serenity/pull/6266
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue