diff options
| author | Adam Goska <a@goska.xyz> | 2022-01-18 14:03:07 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-19 09:07:11 +0100 |
| commit | 0a4cf54d89683dff77317524c754bb668fd16f63 (patch) | |
| tree | 4906eaaaa7568e73e89e57f3102511441936d998 /docs/freebsd | |
| parent | 731a2d2337bad25ba97f688a5f13df7238fdc4f2 (diff) | |
/docs: update instructions for source checkout
Updated documentation regarding source code checkout from the legacy gopath
mode 'go get' to 'git clone'.
Fixes #2828
Diffstat (limited to 'docs/freebsd')
| -rw-r--r-- | docs/freebsd/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md index fa77db67b..fb28ca37d 100644 --- a/docs/freebsd/README.md +++ b/docs/freebsd/README.md @@ -22,11 +22,11 @@ When using bhyve as the VM backend, a DHCP server must also be installed: ``` To checkout the syzkaller sources, run: ```console -$ go get -u -d github.com/google/syzkaller/prog +$ git clone https://github.com/google/syzkaller ``` and the binaries can be built by running: ```console -$ cd go/src/github.com/google/syzkaller/ +$ cd syzkaller $ gmake ``` |
