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
Currently, the following command is required to install the cli: cargo install --git https://github.com/aurora-is-near/aurora-cli-rs.git, but it would be simpler to host a binary at crates.io so it can be installed using the cargo add aurora command. We require the corresponding .readme file, "version," "dependencies," and "dependants" sections in crates.io to be properly completed. Similarly, the links to the "documentation" ad "repository" should be added and accurate, as well as the "owner" and "categories" information.
The text was updated successfully, but these errors were encountered:
Currently, the following command is required to install the cli:
cargo install --git https://github.com/aurora-is-near/aurora-cli-rs.git
, but it would be simpler to host a binary at crates.io so it can be installed using thecargo add aurora
command. We require the corresponding .readme file, "version," "dependencies," and "dependants" sections in crates.io to be properly completed. Similarly, the links to the "documentation" ad "repository" should be added and accurate, as well as the "owner" and "categories" information.The text was updated successfully, but these errors were encountered: