9 lines
202 B
Bash
9 lines
202 B
Bash
#!/usr/bin/env bash
|
|
|
|
brew install protobuf
|
|
brew install bufbuild/buf/buf
|
|
|
|
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
|
|