Skip to content

Commit 9322bde

Browse files
committed
Add playwright installation.
1 parent 70da5ab commit 9322bde

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a
1010

1111
## 快速开始
1212

13+
开始前确保安装了 [playwright](https://github.com/microsoft/playwright) 环境:
14+
```bash
15+
npx playwright install
16+
```
17+
1318
### NPM 全局安装
1419

1520
```bash

docs/README.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a
1010

1111
## Getting Started
1212

13+
Before getting started, make sure the [playwright](https://github.com/microsoft/playwright) is installed:
14+
15+
```bash
16+
npx playwright install
17+
```
18+
1319
### Install via NPM
1420

1521
The easiest way to get started is to install RedNote MCP globally:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cursor",
4444
"ai"
4545
],
46-
"author": "iFurySt",
46+
"author": "Leo",
4747
"license": "MIT",
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)