1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00

Update README.md

This commit is contained in:
Asim Aslam
2021-10-26 20:17:07 +01:00
committed by GitHub
parent 2c73c7fcf3
commit efcda9a48c

View File

@ -48,7 +48,7 @@ You will need protoc-gen-micro for code generation
# https://github.com/protocolbuffers/protobuf/releases # https://github.com/protocolbuffers/protobuf/releases
go get -u google.golang.org/protobuf/proto go get -u google.golang.org/protobuf/proto
go install github.com/golang/protobuf/protoc-gen-go@latest go install github.com/golang/protobuf/protoc-gen-go@latest
go install go-micro.dev/cmd/protoc-gen-micro/v4@latest go install go-micro.dev/v4/cmd/protoc-gen-micro@latest
``` ```
## Creating A Service ## Creating A Service