doc/md: update protoc plugin installation instructions (#3450)

This commit is contained in:
Rotem Tamir
2023-04-08 16:03:36 +03:00
committed by GitHub
parent 02bb3269af
commit 00e9bba974

View File

@@ -92,7 +92,7 @@ A new `generate.go` file was created with an invocation to `protoc`, the protobu
- To install `protoc-gen-entgrpc`, run:
```
go install entgo.io/contrib/entproto/cmd/protoc-gen-entgrpc@latest
go install entgo.io/contrib/entproto/cmd/protoc-gen-entgrpc@master
```
After installing these dependencies, we can re-run code-generation: