From cdf409a9bfe04ff2135ec414405a309658216686 Mon Sep 17 00:00:00 2001 From: Simeon Vincent Date: Wed, 17 Jul 2024 12:34:18 -0700 Subject: [PATCH] Note directory restrictions on macOS --- native-messaging/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native-messaging/README.md b/native-messaging/README.md index 86228a9..a3de3a0 100644 --- a/native-messaging/README.md +++ b/native-messaging/README.md @@ -10,6 +10,8 @@ To get this working, there's a little setup to do. ### Linux/macOS setup +0. (macOS) Make sure that you did not copy this extension into the Desktop, Documents, or Downloads folders in your home directory. macOS has access restrictions on these directories that will prevent the Python script from executing as expected. + 1. Make sure that you have Python 3 installed, and that your system's PATH environment variable includes the path to Python by executing the following command: ```bash