From e5ea0ab4255e23359815772ac86642c36ef9b4b5 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sat, 23 May 2026 10:28:55 +0000 Subject: [PATCH] docs: add quick start section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5d57b35..4aff99e 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,12 @@ agentmail --arg @data://file.txt ## Documentation [docs.agentmail.to](https://docs.agentmail.to) + +## Quick Start + +```bash +npm install -g @agentmail/cli +agentmail init +agentmail send --to user@example.com --subject "Hello" +``` +