Documentation: Change/add two pkgs in the FreeBSD instructions

This commit is contained in:
Isak Holmstrom 2022-02-14 14:32:58 +01:00 committed by Linus Groh
parent 95f33ffbec
commit 8ad9f49de3

View file

@ -97,6 +97,6 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu
## FreeBSD prerequisites
```console
pkg install bash cmake coreutils e2fsprogs fusefs-ext2 gcc git gmake ninja sudo gmp mpc mpfr ccache rsync
pkg install qemu bash cmake coreutils e2fsprogs fusefs-ext2 gcc11 git gmake ninja sudo gmp mpc mpfr ccache rsync
```