docs(faq): use messaging extra for gateway deps

This commit is contained in:
xsfx20 2026-05-01 01:37:21 +08:00 committed by Teknium
parent 391e3fff56
commit 144ba71a33

View file

@ -418,8 +418,8 @@ Configure in `~/.hermes/config.yaml` under your gateway's settings. See the [Mes
**Solution:**
```bash
# Install messaging dependencies
pip install "hermes-agent[telegram]" # or [discord], [slack], [whatsapp]
# Install core messaging gateway dependencies
pip install "hermes-agent[messaging]" # Telegram, Discord, Slack, and shared gateway deps
# Check for port conflicts
lsof -i :8080