diff options
author | Emil Engler <me@emilengler.com> | 2021-04-12 14:56:19 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-12 17:45:48 +0200 |
commit | b2a055228172c4dc7b285bafee2f125d65b4aac9 (patch) | |
tree | c9c5e983be3b26afb67f4a1e71e649cc6a0e9eee /Documentation/BuildInstructions.md | |
parent | 102bb3b3d213356116175125d306ec0c15320618 (diff) | |
download | serenity-b2a055228172c4dc7b285bafee2f125d65b4aac9.zip |
Documentation: Fix FreeBSD usage of the pkg command
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 1e01f71c7b..c8c649ed5a 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 |