add Cmd+Shift+G tip for locating binary in Finder
- SHA
bb537788944088feb2cc49b314f71e3567682e78- Parents
-
9af8542 - Tree
b599538
bb53778
bb537788944088feb2cc49b314f71e3567682e789af8542
b599538| Status | File | + | - |
|---|---|---|---|
| M |
src/app/docs/getting-started/accessibility/page.mdx
|
7 | 2 |
src/app/docs/getting-started/accessibility/page.mdxmodified@@ -20,8 +20,13 @@ The check happens once at launch. If you grant permissions while tarmac is alrea | ||
| 20 | 20 | 1. Open **System Settings** |
| 21 | 21 | 2. Go to **Privacy & Security → Accessibility** |
| 22 | 22 | 3. Click the lock and authenticate |
| 23 | -4. Click **+**, navigate to `/usr/local/bin/tarmac`, and add it | |
| 24 | -5. Make sure the toggle is **on** | |
| 23 | +4. Click **+** — a Finder dialog opens | |
| 24 | +5. Press **Cmd+Shift+G** to open the "Go to Folder" field. Finder doesn't show `/usr/local` or `/opt/homebrew` by default — this shortcut lets you type a path directly. | |
| 25 | +6. Type the path to the tarmac binary: | |
| 26 | + - Homebrew: `/opt/homebrew/bin/tarmac` | |
| 27 | + - Manual install: `/usr/local/bin/tarmac` | |
| 28 | +7. Select `tarmac` and click Open | |
| 29 | +8. Make sure the toggle is **on** | |
| 25 | 30 | |
| 26 | 31 | ### macOS Monterey (System Preferences) |
| 27 | 32 | |