aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/setup.md')
-rw-r--r--docs/linux/setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md
index a23a6a74e..5f3c12727 100644
--- a/docs/linux/setup.md
+++ b/docs/linux/setup.md
@@ -47,8 +47,8 @@ See [Go: Download and install](https://golang.org/doc/install) for other options
To download and build `syzkaller`:
``` 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
make
```