Updated readme format
This commit is contained in:
parent
f995eaa673
commit
1bf2caf5e3
|
|
@ -31,9 +31,9 @@ You can compile it like this(if you are running this command inside /proto folde
|
||||||
* $ protoc -I . --cpp_out=. ./*.proto
|
* $ protoc -I . --cpp_out=. ./*.proto
|
||||||
|
|
||||||
Protofiles for etcdv3 can be found here:
|
Protofiles for etcdv3 can be found here:
|
||||||
https://github.com/coreos/etcd/tree/master/auth/authpb
|
* https://github.com/coreos/etcd/tree/master/auth/authpb
|
||||||
https://github.com/coreos/etcd/tree/master/etcdserver/etcdserverpb
|
* https://github.com/coreos/etcd/tree/master/etcdserver/etcdserverpb
|
||||||
https://github.com/coreos/etcd/tree/master/mvcc/mvccpb
|
* https://github.com/coreos/etcd/tree/master/mvcc/mvccpb
|
||||||
Note: Protofiles in the project is not sync to the protofiles in etcd master branch. If you
|
Note: Protofiles in the project is not sync to the protofiles in etcd master branch. If you
|
||||||
want to update the protofiles in this project, you need to manually update it.
|
want to update the protofiles in this project, you need to manually update it.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue