From c3c048f8462940fa364e71af4ab1176bcca7df4d Mon Sep 17 00:00:00 2001 From: trueChazza Date: Fri, 24 Nov 2023 17:43:30 +1300 Subject: [PATCH] docs: update README --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a5cb74d..d375e64 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,18 @@ Contains Midarr for Kodi add-on. ### Installation -1. Add repository: +Add repository ```bash https://midarrlabs.github.io/repository.midarr/ ``` -2. Install Midarr: +Enter your server url and API token under `Configure` -![Preview](docs/step-1-repository.png) -![Preview](docs/step-2-video.png) -![Preview](docs/step-3-midarr.png) -![Preview](docs/step-4-install.png) +![Preview](docs/step-6-settings.png) -3. Configure settings: +### Build -Enter your server url and API token - -![Preview](docs/step-5-configure.png) -![Preview](docs/step-6-settings.png) \ No newline at end of file +```bash +python3 build.py +``` \ No newline at end of file