浏览代码

Merge pull request #1 from highergroundstudio/patch-1

Update README.md
Steve Sewell 2 年之前
父节点
当前提交
be89ead0ea
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -24,6 +24,17 @@ Be sure you have Node.js >= 16 installed
 git clone https://github.com/builderio/gpt-crawler
 ```
 
+### Install Dependencies
+
+```sh
+npm i
+```
+
+If you do not have Playwright installed:
+```sh
+npx playwright install
+```
+
 ### Configure the crawler
 
 Open [config.ts](config.ts) and edit the `url` and `selectors` properties to match your needs.