From 9cddbdad411c5e283bb45d960baa18ce03d7abea Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 17 May 2017 14:49:41 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit mrf-deployment