diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-18 19:55:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 19:55:49 +0100 |
| commit | c72bb92ef4d093e7ba63f8980f73e389c1a919e7 (patch) | |
| tree | 8bf8c4373be1ddd6e6e42e9cf6775baabd9bef92 /README.md | |
| parent | 43383bd973203b4b70b2c4b4fa46f84dc003f560 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ Unpack Go into a directory, say, `$HOME/go`. Then, set `GOROOT=$HOME/go` env var. Then, add Go binaries to `PATH`, `PATH=$HOME/go/bin:$PATH`. Then, set `GOPATH` env var to some empty dir, say `GOPATH=$HOME/gopath`. -Then, run `go get github.com/google/syzkaller/...` to checkout syzkaller sources with all dependencies. +Then, run `go get -d github.com/google/syzkaller/...` to checkout syzkaller sources with all dependencies. Then, `cd $GOPATH/src/github.com/google/syzkaller` and build with `make`, which generates compiled binaries in the `bin/` folder. |
