Skip to content

Commit

Permalink
docs: update REAME browser installation command
Browse files Browse the repository at this point in the history
- Remove Chrome from manual installation command
- Keep Chromium as the only default browser in docs
  • Loading branch information
unclecode committed Jan 1, 2025
1 parent d36ef3d commit 5313c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ crawl4ai-doctor

If you encounter any browser-related issues, you can install them manually:
```bash
python -m playwright install --with-deps chrome chromium
python -m playwright install --with-deps chromium
```

2. Run a simple web crawl:
Expand Down

0 comments on commit 5313c71

Please sign in to comment.