soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Allow installing without specifying the `soroban-cli` as the name

Open kalepail opened this issue 1 year ago • 0 comments
trafficstars

% cargo install --git https://github.com/stellar/soroban-cli --features opt 
    Updating git repository `https://github.com/stellar/soroban-cli`
error: multiple packages with binaries found: soroban-cli, soroban-hello. When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
Please specify a package, e.g. `cargo install --git https://github.com/stellar/soroban-cli soroban-cli`.

kalepail avatar Feb 20 '24 21:02 kalepail