diff --git a/pkg/creator/instructions.txt b/pkg/creator/instructions.txt index abf0d97dc..be7574e1b 100644 --- a/pkg/creator/instructions.txt +++ b/pkg/creator/instructions.txt @@ -183,3 +183,11 @@ agents: toolsets: - type: filesystem ``` + +## Running the Generated Agent + +After writing the YAML file, tell the user to run their agent with: + +```console +docker agent run +```