From 93d93fdea4594157e6255466cadc4b483ed80644 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Thu, 5 Mar 2026 06:33:40 -0800 Subject: [PATCH] feat: add gateway setup wizard and update steps to landing page - Step 4: Added 'hermes gateway setup' wizard command before gateway start - Step 5: New 'hermes update' step for keeping the agent up to date --- landingpage/index.html | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/landingpage/index.html b/landingpage/index.html index 7ae7be16..cfce7a7f 100644 --- a/landingpage/index.html +++ b/landingpage/index.html @@ -399,15 +399,33 @@ hermes model
bash - +
-
# Start the messaging gateway
+                            
# Interactive gateway setup wizard
+hermes gateway setup
+
+# Start the messaging gateway
 hermes gateway
 
 # Install as a system service
 hermes gateway install
-

Connect Telegram, Discord, Slack, or WhatsApp. Runs as a systemd service.

+

Walk through connecting Telegram, Discord, Slack, or WhatsApp. Runs as a systemd service.

+ + + +
+
5
+
+

Keep it up to date

+
+
+ bash + +
+
hermes update
+
+

Pulls the latest changes and reinstalls dependencies. Run anytime to get new features and fixes.