aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-07-13 15:12:49 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-15 09:26:53 +0200
commit561f9a1f6f8652a8fa50569697eacdb0622ae831 (patch)
tree281c6f345820071106274815622c21ad9288d305 /docs/contributing.md
parent13d5e89e029784d9dba5e93d3be71af08cdfd502 (diff)
docs: add instructions on updating syz-env
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md6
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
+```