From a23fcae943ca0c022dd626acefb1a84184aba20b Mon Sep 17 00:00:00 2001 From: Matthew Hardwick Date: Mon, 6 Apr 2026 21:04:06 -0700 Subject: [PATCH] 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 Cherry-picked from PR #4896 (also submitted independently as PR #5532). --- website/docs/user-guide/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user-guide/docker.md b/website/docs/user-guide/docker.md index 2940b8678f..c98f4abb4d 100644 --- a/website/docs/user-guide/docker.md +++ b/website/docs/user-guide/docker.md @@ -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.