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 a78b3b89073..86d20a7ba54 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= These environment variables are used when you run the `beacon-agent setup` command to create a configuration file in the Beacon configuration directory. -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"