Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install probe-rs #16

Open
foolkat opened this issue Sep 9, 2024 · 1 comment
Open

Can not install probe-rs #16

foolkat opened this issue Sep 9, 2024 · 1 comment

Comments

@foolkat
Copy link

foolkat commented Sep 9, 2024

Try:
cargo install probe-rs --features cli

Result:

    Updating crates.io index
error: there is nothing to install in `probe-rs v0.24.0`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.

Document said to install it, but it seems not installable...

@bofh
Copy link

bofh commented Oct 13, 2024

Looks like name has been changed, try

cargo install probe-rs-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants