updating installation guide, rename config.toml to config.example.toml

This commit is contained in:
maxDorninger
2025-07-18 21:11:45 +02:00
parent 4ab22bf1ca
commit c1c94ea8ef
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ other services.
```sh
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
mkdir config
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.toml
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
docker compose up -d
```