Skip to content

Commit

Permalink
change link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arfa79 committed Dec 20, 2023
1 parent ea45492 commit 464637c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Create a versatile script capable of downloading images from Google search resul
1. **Clone the repository:**

```bash
git clone https://github.com/arfa79/image_processing_script.git
git clone https://github.com/arfa79/image_downloader_script.git
cd image_processing_script

2. **install dependencies:**
Expand All @@ -69,12 +69,12 @@ Create a versatile script capable of downloading images from Google search resul
1. ***Build the Docker image:***

```bash
docker build -t image-processing-script .
docker build -t image_downloader_script .
2. ***Run the Docker container:***
```bash
docker run -it --rm image-processing-script
docker run -it --rm image_downloader_script

## Usage

Expand Down

0 comments on commit 464637c

Please sign in to comment.