diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 1f38ed50f..4c3f3ba76 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -88,7 +88,7 @@ Frigate requires a valid config file to start. The following directory structure This will create the above structure: ```bash -mkdir storage config && touch docker-compose.yml && touch config/config.yml +mkdir storage config && touch docker-compose.yml config/config.yml ``` :::note