diff --git a/contrib/devtools/Makefile b/contrib/devtools/Makefile index 6fd280fb4..d9b73a654 100644 --- a/contrib/devtools/Makefile +++ b/contrib/devtools/Makefile @@ -98,6 +98,9 @@ proto-tools-stamp: @echo "Installing protoc-gen-gocosmos..." @go install github.com/regen-network/cosmos-proto/protoc-gen-gocosmos + @echo "Installing protoc-gen-grpc-gateway..." + @go install https://github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway + touch $@ buf: buf-stamp