diff --git a/README.md b/README.md index ea4acc5..2f0d195 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Key features: ## Quick Start ```sh -wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml +wget -O docker-compose.yaml https://github.com/maxdorninger/MediaManager/releases/latest/download/docker-compose.yaml mkdir config -wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml +wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releases/latest/download/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 ``` diff --git a/docs/installation-guide.md b/docs/installation-guide.md index c34aa95..0b7bc05 100644 --- a/docs/installation-guide.md +++ b/docs/installation-guide.md @@ -18,7 +18,7 @@ Follow these steps to get MediaManager running with Docker Compose: Download the `docker-compose.yaml` from the MediaManager repo: ```bash -wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml +wget -O docker-compose.yaml https://github.com/maxdorninger/MediaManager/releases/latest/download/docker-compose.yaml ``` {% endstep %} @@ -29,7 +29,7 @@ Create a config directory and download the example configuration: ```bash mkdir config -wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml +wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releases/latest/download/config.example.toml ``` {% endstep %}