Skip to content

Installation

Download the executable for your OS

GNU/Linux x86MacOSX M1/M2
0.8.900.8.90

To upgrade tc, we can just do:

tc upgrade

or downgrade/upgrade to specific version

tc upgrade --version 0.8.90

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

Terminal window
cd tc
cargo build --release
sudo mv target/release/tc /usr/local/bin/tc