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