# install protoc-gen-grpc-gateway-gosdk

NOTICE: v1.1.7 以前二进制名称为 protoc-gen-go-httpsdk 推荐使用 v1.1.8+

# go install

require go version >= 1.18

go install github.com/jaronnie/protoc-gen-grpc-gateway-gosdk@latest
# make sure install successfully
protoc-gen-grpc-gateway-gosdk version

# github release

download (opens new window)

then move it to $PATH

# make sure install successfully
protoc-gen-grpc-gateway-gosdk version