mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-26 14:57:47 +00:00
Update macOS Sequoia permission instructions
- Add macOS Sequoia (15.0+) specific instructions for Screen Recording permission - Update to use "System Settings" → "Privacy & Security" → "Screen & System Audio Recording" - Add Sequoia instructions for Accessibility permission with toggle interface - Maintain backward compatibility for macOS Sonoma and earlier versions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e2c72b0b43
commit
9334ba61df
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -215,7 +215,15 @@ Add Ollama to your Claude Desktop configuration:
|
|||
|
||||
Peekaboo requires specific macOS permissions to function:
|
||||
|
||||
#### 1. Screen Recording Permission
|
||||
#### 1. Screen Recording Permission (Required)
|
||||
|
||||
**For macOS Sequoia (15.0+):**
|
||||
1. Open **System Settings** → **Privacy & Security**
|
||||
2. Scroll down to **Screen & System Audio Recording**
|
||||
3. Toggle on your terminal application or MCP client
|
||||
4. You may need to restart the application after granting permission
|
||||
|
||||
**For macOS Sonoma (14.0) and earlier:**
|
||||
1. Open **System Preferences** → **Security & Privacy** → **Privacy**
|
||||
2. Select **Screen Recording** from the left sidebar
|
||||
3. Click the **lock icon** and enter your password
|
||||
|
|
@ -230,7 +238,12 @@ Peekaboo requires specific macOS permissions to function:
|
|||
|
||||
#### 2. Accessibility Permission (Optional)
|
||||
|
||||
To whisper commands to windows and make them dance:
|
||||
**For macOS Sequoia (15.0+):**
|
||||
1. Open **System Settings** → **Privacy & Security**
|
||||
2. Select **Accessibility**
|
||||
3. Toggle on your terminal/MCP client application
|
||||
|
||||
**For macOS Sonoma (14.0) and earlier:**
|
||||
1. Open **System Preferences** → **Security & Privacy** → **Privacy**
|
||||
2. Select **Accessibility** from the left sidebar
|
||||
3. Add your terminal/MCP client application
|
||||
|
|
|
|||
Loading…
Reference in a new issue