diff --git a/README.md b/README.md index 2ce299f2a72..72126610633 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`. protoc -I/usr/local/include -I. \ -I$GOPATH/src \ -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ - --go_out=,plugins=grpc:. \ + --go_out=plugins=grpc:. \ path/to/your_service.proto ```