Skip to content

Commit

Permalink
Update stale path in README (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc authored Mar 21, 2017
1 parent 7980281 commit 4e90e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4e90e43

Please sign in to comment.