Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 409 Bytes

turbo cli

Build Requirement

  1. Install protobuf and golang
  • On macOS: brew install protobuf protoc-gen-go protoc-gen-go-grpc golang
  • On Windows: choco install protoc golang make python3 mingw
  • On Ubuntu: apt-get install golang golang-goprotobuf-dev
  1. go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.0
  2. go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0