simplify bash command

This commit is contained in:
Blake Blackshear 2023-11-18 07:58:30 -06:00
parent 81130bd8cc
commit 2e914b8376

View File

@ -88,7 +88,7 @@ Frigate requires a valid config file to start. The following directory structure
This will create the above structure: This will create the above structure:
```bash ```bash
mkdir storage config && touch docker-compose.yml && touch config/config.yml mkdir storage config && touch docker-compose.yml config/config.yml
``` ```
:::note :::note