docs: add a2acli installation section to README#100
Conversation
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include installation instructions for the a2acli tool across various platforms, including macOS, Linux, Windows, and from source. Feedback suggests correcting the source installation command to use the Git repository, as the crates are not yet published on crates.io, which would cause the current cargo install command to fail.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| **From source**: | ||
|
|
||
| ```sh | ||
| cargo install a2a-cli | ||
| ``` |
There was a problem hiding this comment.
Since the crates are not yet published on crates.io (as noted in the "Depending On The Workspace" section), running cargo install a2a-cli will fail for users.
Consider providing the command to install directly from the Git repository instead:
cargo install --git https://github.com/a2aproject/a2a-rs a2a-cliSigned-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Summary
Installing a2aclisection covering macOS (Homebrew), Linux (install script), Windows (WinGet), and from-source install