aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/openbsd')
-rw-r--r--docs/openbsd/setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/openbsd/setup.md b/docs/openbsd/setup.md
index eba34571e..fe6fe4a6f 100644
--- a/docs/openbsd/setup.md
+++ b/docs/openbsd/setup.md
@@ -31,8 +31,8 @@ Variables used throughout the instructions:
2. Clone repository:
```sh
- $ go get -u -d github.com/google/syzkaller/prog
- $ cd ~/go/src/github.com/google/syzkaller
+ $ git clone https://github.com/google/syzkaller
+ $ cd syzkaller
$ gmake all
```