aboutsummaryrefslogtreecommitdiffstats
path: root/docs/netbsd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/netbsd/README.md')
-rw-r--r--docs/netbsd/README.md4
1 files changed, 2 insertions, 2 deletions
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.