docs/freebsd: install golangci-lint on FreeBSD

This is required for gmake presubmit.
This commit is contained in:
Michael Tuexen 2020-06-03 17:33:04 +02:00 committed by Dmitry Vyukov
parent 2bacf9b5a6
commit 6720fdefa0

View File

@ -14,7 +14,7 @@ To build syzkaller out of the box, a recent version of FreeBSD 13.0-CURRENT must
The required dependencies can be installed by running:
```console
# pkg install bash gcc git gmake go llvm
# pkg install bash gcc git gmake go golangci-lint llvm
```
When using bhyve as the VM backend, a DHCP server must also be installed:
```console