From c72bb92ef4d093e7ba63f8980f73e389c1a919e7 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Jan 2017 19:55:49 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ce1196e68..7410373b3 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit mrf-deployment