docs: add 'setup' command to docker run example

The docker container needs the explicit 'setup' subcommand to launch
the setup wizard. Without it, the container starts in default mode.

Co-authored-by: Omar <omar2535@users.noreply.github.com>
Cherry-picked from PR #4896 (also submitted independently as PR #5532).
This commit is contained in:
Matthew Hardwick 2026-04-06 21:04:06 -07:00 committed by Teknium
parent 21b48b2ff5
commit a23fcae943

View file

@ -21,7 +21,7 @@ If this is your first time running Hermes Agent, create a data directory on the
mkdir -p ~/.hermes
docker run -it --rm \
-v ~/.hermes:/opt/data \
nousresearch/hermes-agent
nousresearch/hermes-agent setup
```
This drops you into the setup wizard, which will prompt you for your API keys and write them to `~/.hermes/.env`. You only need to do this once. It is highly recommended to set up a chat system for the gateway to work with at this point.