Skip to content

Commit

Permalink
Update README.md with troubleshooting for mac damaged issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brafdlog authored Sep 21, 2024
1 parent 997ac0e commit 6742c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Depending on your distribution, you will need to run the following command:

#### Mac Prerequisites

If when installing you get a message saying caspion is damaged and can't be opened, run this in the terminal `sudo xattr -r -d com.apple.quarantine /Applications/caspion.app/
`

For M1 macs, if you get an error while scraping due to not being able to download chromium, download it manually as described [here](https://linguinecode.com/post/how-to-fix-m1-mac-puppeteer-chromium-arm64-bug). Then in the settings, set the chromium path to be the result of `which chromium`


Expand Down

0 comments on commit 6742c24

Please sign in to comment.