Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 303 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 303 Bytes

Tron

Installation

install tron:
curl -sSfL https://raw.githubusercontent.com/loghole/tron/main/install.sh | sh
tron version
install protoc:
  • linux
$ apt install -y protobuf-compiler
$ protoc --version
  • mac:
$ brew install protobuf
$ protoc --version