@agenticmail/cli 0.8.3 → 0.8.4
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.
- package/README.md +5 -1
- 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,
|
|
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