- Build a release binary
cargo build --release- Run the binary locally
./target/release/wt list- (Optional) Install globally via Cargo
cargo install --path .Installs the CLI into ~/.cargo/bin for running wt anywhere.
- (Optional) Move binary to system path manually
sudo cp target/release/wt /usr/local/bin/