diff --git a/docs/fassets/guides/1-deploy-fassets-agent.mdx b/docs/fassets/guides/1-deploy-fassets-agent.mdx index 2a3f72c9..35bc2e70 100644 --- a/docs/fassets/guides/1-deploy-fassets-agent.mdx +++ b/docs/fassets/guides/1-deploy-fassets-agent.mdx @@ -243,7 +243,7 @@ To execute agent bot commands, use the `cli` profile with the `agent-bot` Docker For example, to get the FAssets system running agents, use this command: ```bash -docker compose --profile cli run agent-bot listAgents --fasset FASSET +docker-compose --profile cli run agent-bot listAgents --fasset FASSET ``` Full reference for the agent bot commands can be found in the [FAssets Agent Bot Command Line Reference](/fassets/reference/agent-bot). @@ -254,7 +254,7 @@ To execute user bot commands, use the `cli` profile and the `user-bot` Docker co For example, to retrieve FAsset system info, use this command: ```bash -docker compose --profile cli run user-bot info --fasset FASSET +docker-compose --profile cli run user-bot info --fasset FASSET ``` ### Update the FAssets Agent