cargo-minimize icon indicating copy to clipboard operation
cargo-minimize copied to clipboard

install cmd from readme is weird

Open matthiaskrgr opened this issue 3 years ago • 1 comments

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

matthiaskrgr avatar Dec 20 '22 21:12 matthiaskrgr

hm, that's weird. I adjusted the readme for now but I should fix that

Noratrieb avatar Dec 20 '22 21:12 Noratrieb