Is nostr-cli installable via cargo?
xeruf opened this issue · 1 comments
xeruf commented
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.
yukibtc commented
Hey, nostr-cli
is in a very early stage. Currently are available only commands to interact with database.
I'll add other commands soon. If you have particular requests, let me know.