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 8998c40d6..eba34571e 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 -u -d github.com/google/syzkaller/...
+ $ go get -u -d github.com/google/syzkaller/prog
$ cd ~/go/src/github.com/google/syzkaller
$ gmake all
```