diff --git a/docker/go-control-plane/README.md b/docker/go-control-plane/README.md index 3b0345fc..41b433eb 100644 --- a/docker/go-control-plane/README.md +++ b/docker/go-control-plane/README.md @@ -17,7 +17,8 @@ docker build . -f docker/go-control-plane/Dockerfile ## Local development -Run the following command from this repository root to generate protocol files: +Run the following command from this repository to generate code from the .proto +files: ``` protoc -I=. --go_out=docker/go-control-plane \ protos/grpc/testing/xdsconfig/*.proto \