aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-05-17 14:49:41 +0200
committerGitHub <noreply@github.com>2017-05-17 14:49:41 +0200
commit9cddbdad411c5e283bb45d960baa18ce03d7abea (patch)
tree91d7b987123bff9269a95e4d0c7b657ba719e01e /README.md
parent64cd235dcf60d3ab0dec3d4b0f168297782417a7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b680c144..3a653f50c 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,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 -d github.com/google/syzkaller/...` to checkout syzkaller sources with all dependencies.
+Then, run `go get -u -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.