-
Notifications
You must be signed in to change notification settings - Fork 60
Installation Guide
Elliot edited this page Aug 15, 2022
·
11 revisions
Make sure the ~/.cargo/bin is in your path
cargo install rustcat
bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/master/pkg/debian-install.sh)
yay -S rustcat
emerge net-analyzer/rustcat
Check for its portable version under release assets.
To compile yourself
Download the source, cd into the dir, and run
cargo build --release
The executable will be placed in ./target/release/rcat