You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no explanation so I tried this, but unsuccessfully:
❯ cargo install nostr-cli
Updating crates.io index
error: there is nothing to install in`nostr-cli v0.0.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`.
Wanted to use that as a reference point to start development.
The text was updated successfully, but these errors were encountered:
There is no explanation so I tried this, but unsuccessfully:
Wanted to use that as a reference point to start development.
The text was updated successfully, but these errors were encountered: