From 600146e2635b26e62172b11d1b1f936a9c390231 Mon Sep 17 00:00:00 2001 From: ZFC Software Date: Sun, 29 Sep 2024 18:57:45 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f0456..b1ee774 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,20 @@ Installation with Docker is recommended. **Docker** +Please make sure you have installed the latest image. If you get an error, try downloading the latest version by going to Docker Hub. + ```bash +sudo docker rmi zfcsoftware/cf-clearance-scraper:latest --force +``` +```bash docker run -d -p 3000:3000 \ -e PORT=3000 \ -e browserLimit=20 \ -e timeOut=60000 \ zfcsoftware/cf-clearance-scraper:latest - ``` + **Github** ```bash @@ -176,4 +181,4 @@ You can give the variable process.env.timeOut a value in milliseconds. The defau ## Disclaimer of Liability This repository was created purely for testing and training purposes. The user is responsible for any prohibited liability that may arise from its use. The library is not intended to harm any site or company. The user is responsible for any damage that may arise. -Users of this repository are deemed to have accepted this disclaimer. \ No newline at end of file +Users of this repository are deemed to have accepted this disclaimer.