Skip to content

Releases: flant/trx

v1.0.0

21 Mar 14:39
3b280c9
Compare
Choose a tag to compare

Changelog

Features

Bug Fixes

Installation

Download trx binaries from here:

These binaries were signed with PGP and could be verified with this PGP public key.

For example, trx binary can be downloaded, verified with gpg and then installed to ~/bin/ on Linux with these commands:

curl -sSLO "https://storage.googleapis.com/trx-tuf/targets/releases/1.0.0/linux-amd64/bin/trx" -O "https://storage.googleapis.com/trx-tuf/targets/signatures/1.0.0/linux-amd64/bin/trx.sig"
curl -sSL https://raw.githubusercontent.com/flant/trx/refs/heads/main/trx.asc | gpg --import
gpg --verify trx.sig trx
install -D trx ~/bin/trx