qryxip / cargo-equip

A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
Apache License 2.0
76 stars 10 forks source link

Attempting to install from master fails #158

Closed msdrigg closed 2 years ago

msdrigg commented 2 years ago

If I run the command in your readme to install from master

cargo install --git https://github.com/qryxip/cargo-equip

it fails with the error:

error: multiple packages with binaries found: cargo-equip, solutions

qryxip commented 2 years ago

I've forgotten to update the README when I added solutions.

You can specify the cargo-equip package with:

❯ cargo install cargo-equip --git https://github.com/qryxip/cargo-equip
msdrigg commented 2 years ago

That worked, thank you