summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2021-04-12 14:56:19 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-12 17:45:48 +0200
commitb2a055228172c4dc7b285bafee2f125d65b4aac9 (patch)
treec9c5e983be3b26afb67f4a1e71e649cc6a0e9eee /Documentation
parent102bb3b3d213356116175125d306ec0c15320618 (diff)
downloadserenity-b2a055228172c4dc7b285bafee2f125d65b4aac9.zip
Documentation: Fix FreeBSD usage of the pkg command
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
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