mirror of https://github.com/grpc/grpc-go.git
Fix the link to protoc installation instructions.
To install protoc, users should follow instructions in the README.md file (INSTALL.txt has been removed because it misses crucial info and confuses users).
This commit is contained in:
parent
78905999da
commit
d89e41fc99
|
@ -43,7 +43,7 @@ $ greeter_client
|
|||
OPTIONAL - Rebuilding the generated code
|
||||
----------------------------------------
|
||||
|
||||
1 First [install protoc](https://github.com/google/protobuf/blob/master/INSTALL.txt)
|
||||
1 First [install protoc](https://github.com/google/protobuf/blob/master/README.md)
|
||||
- For now, this needs to be installed from source
|
||||
- This is will change once proto3 is officially released
|
||||
|
||||
|
|
Loading…
Reference in New Issue