diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-02-17 12:15:46 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-17 12:15:46 +0100 |
| commit | 72bfa6f2b74dd2db688c0ca737eb6f3fe24b6a86 (patch) | |
| tree | d79c0acecc0247eae8304c30334ecfe12c2c5058 /docs/openbsd | |
| parent | a416e6ee334c1296afb33357ee1ae0b6f0d16cff (diff) | |
docs: fix go get instructions
Diffstat (limited to 'docs/openbsd')
| -rw-r--r-- | docs/openbsd/setup.md | 2 |
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 ``` |
