Categorygithub.com/loghole/tron
repositorypackage
0.29.0
Repository: https://github.com/loghole/tron.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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