- run
cp tp.sh.example tp.sh - replace
~/your/path/to/tp/target/release/tpwith your path to the release build- if you haven't build a release yet, you can run
cargo build --release
- if you haven't build a release yet, you can run
- you may need to run
chmod +x tp.sh - add this line with the correct path in your
.zshrcfile
alias tp="source /your/path/to/tp/tp.sh"
- run
tp --helpto see commands and usage