cargo-minimize
cargo-minimize copied to clipboard
install cmd from readme is weird
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
hm, that's weird. I adjusted the readme for now but I should fix that