From f8d0ffe005b99a7b8eb39acddcc81d5dae5dbe97 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 2 May 2020 12:42:48 +0200 Subject: 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. --- docs/netbsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/netbsd') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index 679a4df93..d411de2a7 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -30,7 +30,7 @@ At this point you should have a NetBSD distribution in `$HOME/netbsd/dest`. 2. Clone the syzkaller repository. ```sh - host$ go get -u -d github.com/google/syzkaller/... + host$ go get -u -d github.com/google/syzkaller/prog host$ cd ~/go/src/github.com/google/syzkaller ``` -- cgit mrf-deployment