diff --git a/advocacy_docs/edb-postgres-ai/console/estate/agent/install-agent.mdx b/advocacy_docs/edb-postgres-ai/console/estate/agent/install-agent.mdx index 216e39c0b81..f2f5b712011 100644 --- a/advocacy_docs/edb-postgres-ai/console/estate/agent/install-agent.mdx +++ b/advocacy_docs/edb-postgres-ai/console/estate/agent/install-agent.mdx @@ -84,7 +84,9 @@ export BEACON_AGENT_PROJECT_ID= Running the `beacon-agent setup` command creates a configuration file in the Beacon configuration directory. using those environment variables. -You also need to specify the Beacon configuration directory for storing the configuration file and the name of the configuration file to generate there. The `$HOME/.beacon/` file is one of the default locations which `beacon_agent` searches for `beacon_agent.yaml` when it starts. Using the `-file` flag tells the agent setup process to create its configuration file in a specific location. +You also need to specify the Beacon configuration directory for storing the configuration file and the name of the configuration file to generate there. +The `$HOME/.beacon/` file is one of the default locations which `beacon_agent` searches for `beacon_agent.yaml` when it starts. +Using the `-file` flag tells the agent setup process to create its configuration file in a specific location. ``` beacon-agent setup -file="$HOME/.beacon/beacon_agent.yaml"