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/linux/external_fuzzing_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/external_fuzzing_usb.md') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 7ccae4fe5..884b8021e 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -202,7 +202,7 @@ These instructions describe how to set this up on a Raspberry Pi Zero W, but any ``` ``` bash - go get -u -d github.com/google/syzkaller/... + go get -u -d github.com/google/syzkaller/prog cd ~/gopath-1.10.8/src/github.com/google/syzkaller # Put the patch above into ./syzkaller.patch git apply ./syzkaller.patch -- cgit mrf-deployment