From 2e914b83768740c867f99f5a8a69808916ccb2ce Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 18 Nov 2023 07:58:30 -0600 Subject: [PATCH] simplify bash command --- docs/docs/guides/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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