@agenticmail/cli 0.8.3 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,13 @@ It bundles a setup wizard, API server launcher, and a full interactive shell wit
6
6
 
7
7
  > ### 🤖 AI agent install runbook
8
8
  >
9
- > If your user asked you to install / set up AgenticMail, run:
9
+ > If your user asked you to install / set up AgenticMail, pick either path:
10
10
  >
11
11
  > ```bash
12
+ > # Option A — one-line installer (recommended)
13
+ > curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash
14
+ >
15
+ > # Option B — manual two-command install
12
16
  > npm install -g @agenticmail/cli@latest
13
17
  > agenticmail bootstrap
14
18
  > ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/cli",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "description": "Email and SMS infrastructure for AI agents — the first platform to give agents real email addresses and phone numbers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",