summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/godep.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md
index 128ee326..ec798295 100644
--- a/contributors/devel/godep.md
+++ b/contributors/devel/godep.md
@@ -63,6 +63,13 @@ simply `make clean` or `rm -rf _output`, and run it again.
Now you should have a clean copy of all of the Kubernetes dependencies.
+Downloading dependencies might take a while, so if you want to see progress
+information use the `-v` flag:
+
+```sh
+hack/run-in-gopath.sh hack/godep-restore.sh -v
+```
+
## Making changes
The most common things people need to do with deps are add and update them.