Update CONTRIBUTING.md

This commit is contained in:
swyx.io 2024-10-30 00:31:53 -07:00 committed by GitHub
parent 121cd1263a
commit 17874e4426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ Now, navigate to the apps/api/ directory and run:
```bash
pnpm run workers
# if you are going to use the [llm-extract feature](https://github.com/mendableai/firecrawl/pull/586/), you should also export OPENAI_API_KEY=sk-______
```
This will start the workers who are responsible for processing crawl jobs.