aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd/setup.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-02 12:42:48 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-02 14:12:25 +0200
commitf8d0ffe005b99a7b8eb39acddcc81d5dae5dbe97 (patch)
treecb86e2a4140c0d85f61ce3322b1bd0aad94fe9c5 /docs/openbsd/setup.md
parent4d9915573a3ebf4deb1078af0f00c060c5966f02 (diff)
docs: update source download instructions
Since we don't don't have auto-generated files checked-in, go get fails to parse packages. go get only prog package without building, this will checkout the whole repo anyway and that's the only thing we need.
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
```