Description
I found two issues regarding the installation and build process of bsv-wallet-cli:
-
Version Mismatch in Standard Install:
When running the standard installation, it installs v0.1.23. However, the latest version appears to be v0.1.24. Version 0.1.23 seems outdated compared to the current codebase. I suggest delete 0.1.23 version release.
-
Clarification for Building from Source:
Since this repository contains multiple CLI tools, building from source via cargo install requires explicitly specifying the package name to avoid ambiguity. I suggest updating the documentation to include the explicit command:
cargo install --git [https://github.com/Calhooon/bsv-wallet-cli.git](https://github.com/Calhooon/bsv-wallet-cli.git) bsv-wallet-cli
Description
I found two issues regarding the installation and build process of
bsv-wallet-cli:Version Mismatch in Standard Install:
When running the standard installation, it installs v0.1.23. However, the latest version appears to be v0.1.24. Version 0.1.23 seems outdated compared to the current codebase. I suggest delete 0.1.23 version release.
Clarification for Building from Source:
Since this repository contains multiple CLI tools, building from source via
cargo installrequires explicitly specifying the package name to avoid ambiguity. I suggest updating the documentation to include the explicit command: