5 lines
187 B
Bash
5 lines
187 B
Bash
|
|
#!/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
|