Put back the docs removed by mistake (#1796)

Signed-off-by: Alena Varkockova <varkockova.a@gmail.com>
This commit is contained in:
Alena Varkockova 2018-10-23 09:51:05 -07:00 committed by Kevin Lingerfelt
parent 652ca161ef
commit 1922dc0a0b
1 changed files with 7 additions and 0 deletions

View File

@ -257,6 +257,13 @@ DOCKER_TRACE=1 bin/docker-build-proxy
# Dependencies # Dependencies
## Updating protobuf dependencies
If you make Protobuf changes, run:
```bash
bin/dep ensure
bin/protoc-go.sh
```
## Updating Docker dependencies ## Updating Docker dependencies
The go Docker images rely on base dependency images with The go Docker images rely on base dependency images with