Skip to content

Commit

Permalink
🏁 βœ… Final v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 authored Sep 26, 2024
1 parent e0842b2 commit 2721093
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**:
Expand Down

0 comments on commit 2721093

Please sign in to comment.