cargo-bins/cargo-binstall

where is the cached downloaded file?

owenstake opened this issue · 1 comments

I get the warning of

WARN The package watchexec-cli v1.24.2 (x86_64-unknown-linux-musl) has been downloaded from github.com

I wonder where where is the cached downloaded file located?

It's usually put in a temporary directory created in /tmp or /var/tmp.

You can use --log-level debug to check where the temporary file is put.