1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00

Update README.md (#2748)

go install github.com/micro/go-micro/cmd/protoc-gen-micro@latest

should be used, instand of 

`go install github.com/micro/go-micro/cmd/protoc-gen-micro`
This commit is contained in:
Morya
2025-04-23 00:09:21 +08:00
committed by GitHub
parent 4702afe57d
commit 517b2b0855

View File

@@ -5,7 +5,7 @@ This is protobuf code generation for go-micro. We use protoc-gen-micro to reduce
## Install
```
go install github.com/micro/go-micro/cmd/protoc-gen-micro
go install github.com/micro/go-micro/cmd/protoc-gen-micro@latest
```
Also required: