Installation
Download the executable for your OS
Allow tc in Privacy & Security
The first time you run the downloaded executable you will get a popup that says it may be "malicious software"
Do the following:
- Go to
Privacy & Security
panel to theSecurity/Settings
section - Should have
App Store and identified developers
selected - Where it says
tc was blocked from use becasue it is not from an identified developer
- Click on
Allow Anyway
- Click on
mv ~/Downloads/tc /usr/local/bin/tc
chmod +x /usr/local/bin/tc
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 tc
cargo build --release
sudo mv target/release/tc /usr/local/bin/tc