aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2020-06-03 17:33:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-04 12:36:07 +0200
commit6720fdefa085931a94cd81c6e097a59af54d362d (patch)
tree44ee50964d90e97005ae85e5d5196673bd3446fe /docs
parent2bacf9b5a618c30e4c20aabf7cce19c102005841 (diff)
docs/freebsd: install golangci-lint on FreeBSD
This is required for gmake presubmit.
Diffstat (limited to 'docs')
-rw-r--r--docs/freebsd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md
index e54cb42b1..b92213cad 100644
--- a/docs/freebsd/README.md
+++ b/docs/freebsd/README.md
@@ -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