diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-05-06 16:53:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-07 11:26:03 +0200 |
| commit | ec4026808b7fe798de3937f220889403e83611aa (patch) | |
| tree | be2bd668a08082053e02f347cdb9ade86cb6d651 /docs/executing_syzkaller_programs.md | |
| parent | 4618eb2da0bb479f25c3d0b33a78436971a18946 (diff) | |
docs: move go install instructions to setup.md
Also update go version requirement to 1.13.
Diffstat (limited to 'docs/executing_syzkaller_programs.md')
| -rw-r--r-- | docs/executing_syzkaller_programs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/executing_syzkaller_programs.md b/docs/executing_syzkaller_programs.md index 70809b8ab..d06c16ffd 100644 --- a/docs/executing_syzkaller_programs.md +++ b/docs/executing_syzkaller_programs.md @@ -4,10 +4,10 @@ This page describes how to execute existing syzkaller programs for the purpose of bug reproduction. This way you can replay a single program or a whole execution log with several programs. -1. Setup Go toolchain (if you don't yet have it, you need version 1.11 or higher): -Download latest Go distribution from (https://golang.org/dl/). Unpack it to `$HOME/go1.11`. +1. Setup Go toolchain (if you don't yet have it, you need version 1.13 or higher): +Download latest Go distribution from (https://golang.org/dl/). Unpack it to `$HOME/goroot`. ``` bash -$ export GOROOT=$HOME/go1.11 +$ export GOROOT=$HOME/goroot $ export GOPATH=$HOME/gopath ``` |
