From e0842b2e7669a892eacd152e1654f675f3bc9d94 Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:00:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20=E2=9C=85=20Final=20v0.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 9b512b5..c44e2d7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -84,19 +84,20 @@ To ensure the tool runs consistently across different environments, use Docker. Ensure Docker is installed on your system. If it's not, follow the [installation guide](https://docs.docker.com/get-docker/) for your operating system. -2. **Clone the Repository and Navigate to the Directory**: +2. **Pull the Docker Image**: + + Pull the Docker image from the GitHub Container Registry: ```sh - git clone https://github.com/woahai321/imdb-to-overseerr.git - cd imdb-to-overseerr + docker pull ghcr.io/woahai321/imdb-to-overseerr:main ``` -3. **Build and Run the Docker Container**: +3. **Run the Docker Container**: - Use the following one-liner to build and run the container: + Use the following command to run the container: ```sh - sudo docker build -t imdb-sync . && sudo docker run -it --rm -v "$(pwd)/data:/usr/src/app/data" -e TERM=xterm-256color imdb-sync + docker run -it --rm -v "$(pwd)/data:/usr/src/app/data" -e TERM=xterm-256color ghcr.io/woahai321/imdb-to-overseerr:main ``` ### Standard Python Environment