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**: