mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 05:11:26 +00:00
docs: add hermes postinstall to installation + quickstart, fix update --check description
- installation.md: add tip about `hermes postinstall` for upfront dep install - quickstart.md: show `hermes postinstall` in pip install flow - updating.md: fix --check description to mention PyPI path for pip installs
This commit is contained in:
parent
47c0efe1c0
commit
a480d345e6
3 changed files with 6 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ hermes setup # interactive wizard — configures your LLM provider and API key
|
|||
hermes # start chatting
|
||||
```
|
||||
|
||||
:::tip Optional: install everything upfront
|
||||
`hermes postinstall` installs Node.js, browser engines, ripgrep, and ffmpeg in one shot — then runs the setup wizard. Use this if you want the full experience (TUI, browser tools, voice) without waiting for lazy installs on first use.
|
||||
:::
|
||||
|
||||
:::tip
|
||||
If you have [uv](https://docs.astral.sh/uv/) installed, `uv pip install hermes-agent` is faster.
|
||||
:::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue