Installation
Download the executable for your OS
GNU/Linux x86 | MacOSX M1/M2 |
---|---|
0.8.90 | 0.8.90 |
Upgrading
Section titled “Upgrading”To upgrade tc, we can just do:
tc upgrade
or downgrade/upgrade to specific version
tc upgrade --version 0.8.90
Building your own
Section titled “Building your own”tc
is written in Rust.
If you prefer to build tc
yourself, install rustc/cargo.
Install Cargo/Rust https://www.rust-lang.org/tools/install
cd tccargo build --releasesudo mv target/release/tc /usr/local/bin/tc