Skip to content

Commit 4e90e43

Browse files
authored
Update stale path in README (#332)
1 parent 7980281 commit 4e90e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
8989
```sh
9090
protoc -I/usr/local/include -I. \
9191
-I$GOPATH/src \
92-
-I$GOPATH/src/github.com/googleapis/googleapis/ \
92+
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
9393
--go_out=,plugins=grpc:. \
9494
path/to/your_service.proto
9595
```

0 commit comments

Comments
 (0)