Files
meowlib/setup_req.sh

5 lines
187 B
Bash
Raw Permalink Normal View History

#!/bin/bash
sudo apt install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest