From 0a4cf54d89683dff77317524c754bb668fd16f63 Mon Sep 17 00:00:00 2001 From: Adam Goska Date: Tue, 18 Jan 2022 14:03:07 -0500 Subject: /docs: update instructions for source checkout Updated documentation regarding source code checkout from the legacy gopath mode 'go get' to 'git clone'. Fixes #2828 --- docs/netbsd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/netbsd') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index fc9c2d821..c59f02ed4 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -30,8 +30,8 @@ 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/prog - host$ cd ~/go/src/github.com/google/syzkaller + host$ git clone https://github.com/google/syzkaller + host$ cd syzkaller ``` 3. Compile syzkaller for NetBSD. -- cgit mrf-deployment