Update a0-cli-connector.md
Alessandro committed
Apr 28, 2026 at 14:20 UTC
1c116888559ba40ee8ce58eaf8c01a3c1e8e60e6
1 file changed
+2
-7
docs/guides/a0-cli-connector.md
+2
-7
@@ -12,17 +12,12 @@ For now, use the install commands below.
12
13
**macOS / Linux:**
14
```bash
15
-curl -LsSf https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.sh | sh
15
+curl -LsSf https://cli.agent-zero.ai/install.sh | sh
16
```
17
18
**Windows (PowerShell):**
19
```powershell
20
-irm https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.ps1 | iex
21
-```
22
-
23
-**Manual fallback when uv is already installed or if URLs give 404:**
24
-```bash
25
-uv tool install git+https://github.com/agent0ai/a0-connector
20
+irm https://cli.agent-zero.ai/install.ps1 | iex
21
```
22
23
Run these on the host machine, not inside the Agent Zero container.