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/freebsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/freebsd') diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md index 4be874dad..e54cb42b1 100644 --- a/docs/freebsd/README.md +++ b/docs/freebsd/README.md @@ -22,7 +22,7 @@ When using bhyve as the VM backend, a DHCP server must also be installed: ``` To checkout the syzkaller sources, run: ```console -$ go get -u -d github.com/google/syzkaller/... +$ go get -u -d github.com/google/syzkaller/prog ``` and the binaries can be built by running: ```console -- cgit mrf-deployment