You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme says cargo install --git https://github.com/Nilstrieb/cargo-minimize but when I run that I get an error
error: multiple packages with binaries found: cargo-minimize, hello-world. When installing a git repository, cargo will always search the entire repo for any Cargo.toml. Please specify which to install.
cargo install --git https://github.com/Nilstrieb/cargo-minimize -- --package cargo-minimize kind of worked, I guess
The text was updated successfully, but these errors were encountered:
readme says
cargo install --git https://github.com/Nilstrieb/cargo-minimize
but when I run that I get an errorcargo install --git https://github.com/Nilstrieb/cargo-minimize -- --package cargo-minimize
kind of worked, I guessThe text was updated successfully, but these errors were encountered: