Skip to content

Instantly share code, notes, and snippets.

@telnet2
Created March 24, 2022 03:18
Show Gist options
  • Save telnet2/16d739b40d46b3798d5df8c465ec59b6 to your computer and use it in GitHub Desktop.
Save telnet2/16d739b40d46b3798d5df8c465ec59b6 to your computer and use it in GitHub Desktop.
Install protobuf binaries
#!/bin/sh
# install protoc v3.19.3ls
brew install protobuf
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/gogo/protobuf/protoc-gen-gogoslick@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment