From 27210937c2d1f3fce39f635aa6f3d85dd8af43bd Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:01:39 +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 | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index c44e2d7..fa9ce01 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -84,20 +84,12 @@ 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. **Pull the Docker Image**: +2. **Pull and Run the Docker Image**: - Pull the Docker image from the GitHub Container Registry: + Use the following one-liner to pull and run the Docker image: ```sh - docker pull ghcr.io/woahai321/imdb-to-overseerr:main - ``` - -3. **Run the Docker Container**: - - Use the following command to run the container: - - ```sh - docker run -it --rm -v "$(pwd)/data:/usr/src/app/data" -e TERM=xterm-256color ghcr.io/woahai321/imdb-to-overseerr:main + sudo docker pull ghcr.io/woahai321/imdb-to-overseerr:main && sudo 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 @@ -125,6 +117,7 @@ If you prefer running the tool in a standard Python environment, follow these st python add.py ``` + ### Configuration 1. **Run the Script and Fill in the Required Details When Prompted**: