diff --git a/landingpage/index.html b/landingpage/index.html index bc1aa859e..2d1f99972 100644 --- a/landingpage/index.html +++ b/landingpage/index.html @@ -69,14 +69,38 @@
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
-
+
- Works on Linux & macOS · No Python prerequisite · Installs everything automatically
+Works on Linux, macOS & WSL · No prerequisites · Installs everything automatically
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
+ curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Installs uv, Python 3.11, clones the repo, sets up everything. No sudo needed.
+Installs uv, Python 3.11, clones the repo, sets up everything. No sudo needed.
Windows? Use WSL or PowerShell:
-irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex
- 🪟 Windows requires Git for Windows — Hermes uses Git Bash internally for shell commands.