chore(docs): update docs

This commit is contained in:
Xoconoch
2025-08-23 12:37:02 -06:00
parent 262eefd66d
commit c8f486c26f
2 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Quick start (Docker Compose):
```bash
mkdir spotizerr && cd spotizerr
mkdir -p data logs downloads
mkdir -p data logs downloads && touch .cache
wget https://github.com/spotizerr-dev/spotizerr/blob/main/docker-compose.yaml
# Before running this last command, check your docker compose file first, it is well-documented.