diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-07-13 15:12:49 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-15 09:26:53 +0200 |
| commit | 561f9a1f6f8652a8fa50569697eacdb0622ae831 (patch) | |
| tree | 281c6f345820071106274815622c21ad9288d305 /docs | |
| parent | 13d5e89e029784d9dba5e93d3be71af08cdfd502 (diff) | |
docs: add instructions on updating syz-env
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index fae689f6e..82453f790 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -110,3 +110,9 @@ Or other commands/scripts, e.g.: syz-env go test -short ./pkg/csource ``` Or you may run the shell inside of the container with just `syz-env` and look around. + +To update `syz-env` container to the latest version do: + +``` bash +docker pull gcr.io/syzkaller/env +``` |
