mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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
This commit is contained in:
parent
87f4e4cb9b
commit
93d93fdea4
1 changed files with 21 additions and 3 deletions
|
|
@ -399,15 +399,33 @@ hermes model</code></pre>
|
|||
<div class="code-block">
|
||||
<div class="code-header">
|
||||
<span>bash</span>
|
||||
<button class="copy-btn" onclick="copyText(this)" data-text="hermes gateway">Copy</button>
|
||||
<button class="copy-btn" onclick="copyText(this)" data-text="hermes gateway setup">Copy</button>
|
||||
</div>
|
||||
<pre><code><span class="code-comment"># Start the messaging gateway</span>
|
||||
<pre><code><span class="code-comment"># Interactive gateway setup wizard</span>
|
||||
hermes gateway setup
|
||||
|
||||
<span class="code-comment"># Start the messaging gateway</span>
|
||||
hermes gateway
|
||||
|
||||
<span class="code-comment"># Install as a system service</span>
|
||||
hermes gateway install</code></pre>
|
||||
</div>
|
||||
<p class="step-note">Connect Telegram, Discord, Slack, or WhatsApp. Runs as a systemd service.</p>
|
||||
<p class="step-note">Walk through connecting Telegram, Discord, Slack, or WhatsApp. Runs as a systemd service.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="install-step">
|
||||
<div class="step-number">5</div>
|
||||
<div class="step-content">
|
||||
<h4>Keep it up to date</h4>
|
||||
<div class="code-block">
|
||||
<div class="code-header">
|
||||
<span>bash</span>
|
||||
<button class="copy-btn" onclick="copyText(this)" data-text="hermes update">Copy</button>
|
||||
</div>
|
||||
<pre><code>hermes update</code></pre>
|
||||
</div>
|
||||
<p class="step-note">Pulls the latest changes and reinstalls dependencies. Run anytime to get new features and fixes.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue