Files
meowlib/setup_req.sh
T

5 lines
187 B
Bash
Raw Normal View History

2026-02-02 15:11:41 +01:00
#!/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