From fcfe2e2c3cc755f5fdab63f1eb93cffcf8f71f03 Mon Sep 17 00:00:00 2001 From: Lachlan MacPhee Date: Sun, 12 May 2024 00:04:02 +1000 Subject: [PATCH] Adjust wording for the warning Co-authored-by: Nicolas Mowen --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 4277f6d8c..9399f775e 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -30,7 +30,7 @@ Frigate uses the following locations for read/write operations in the container. :::warning -For Frigate to start, you will need to have a valid configuration file inside your `config/` directory mentioned above. You can find a minimal reference configuration with a dummy camera on the [full reference config page](https://docs.frigate.video/configuration/reference/). +For Frigate to start, it requires a valid configuration file inside the `/config/` directory mentioned above. There is a step by step guide to creating a minimal configuration in the [getting started guide](https://docs.frigate.video/guides/getting_started#configuring-frigate). :::