aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
+```