aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/external_fuzzing_usb.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
-rw-r--r--docs/linux/external_fuzzing_usb.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 43301fa46..9667f2eaf 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -154,8 +154,8 @@ index 451b2a7b..64af45c7 100644
```
``` bash
-go get -u -d github.com/google/syzkaller/prog
-cd ~/gopath/src/github.com/google/syzkaller
+git clone https://github.com/google/syzkaller
+cd syzkaller
# Put the patch above into ./syzkaller.patch
git apply ./syzkaller.patch
make executor