From eaa481c2f44ecf53152b87fa0256cbd01f6c4aef Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 19 Sep 2023 12:50:14 -0500 Subject: [PATCH] docs: add macos catalina to faq --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d32d976..636ac75 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,10 @@ You can specify the following countries when searching on Indeed (use the exact --- +**Q: Experiencing a "Segmentation fault: 11" on macOS Catalina?** +**A:** This is due to `tls_client` dependency not supporting your architecture. Solutions and workarounds include: +- Upgrade to a newer version of MacOS +- Reach out to the maintainers of [tls_client](https://github.com/bogdanfinn/tls-client) for fixes + +