Skip to content

docs: add a2acli installation section to README#100

Open
muscariello wants to merge 4 commits into
mainfrom
fix/readme-install-section
Open

docs: add a2acli installation section to README#100
muscariello wants to merge 4 commits into
mainfrom
fix/readme-install-section

Conversation

@muscariello

Copy link
Copy Markdown
Member

Summary

  • Add Installing a2acli section covering macOS (Homebrew), Linux (install script), Windows (WinGet), and from-source install
  • Remove stale "Install from the workspace with cargo install..." note from the Running section

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello requested a review from a team as a code owner June 26, 2026 14:14

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md Outdated
Comment on lines +129 to +133
**From source**:

```sh
cargo install a2a-cli
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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-cli

Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants