aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd/setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/openbsd/setup.md')
-rw-r--r--docs/openbsd/setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openbsd/setup.md b/docs/openbsd/setup.md
index e4b2faf9a..8998c40d6 100644
--- a/docs/openbsd/setup.md
+++ b/docs/openbsd/setup.md
@@ -31,7 +31,7 @@ Variables used throughout the instructions:
2. Clone repository:
```sh
- $ go get github.com/google/syzkaller
+ $ go get -u -d github.com/google/syzkaller/...
$ cd ~/go/src/github.com/google/syzkaller
$ gmake all
```