Skip to content

Commit 53e816a

Browse files
committed
Update Readme
1 parent 60897a5 commit 53e816a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ You can use the Dockerfile file in the main directory to use this library with d
154154
To run a test, you can follow these steps
155155

156156

157+
```bash
158+
git clone https://github.com/zfcsoftware/puppeteer-real-browser
159+
```
160+
161+
```bash
162+
cd puppeteer-real-browser
163+
```
164+
157165
```bash
158166
docker build -t puppeteer-real-browser-project .
159167
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-real-browser",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
55
"type": "module",
66
"exports": "./src/index.js",

0 commit comments

Comments
 (0)