gardesk/tarmac-web / bb53778

Browse files

add Cmd+Shift+G tip for locating binary in Finder

Authored by espadonne
SHA
bb537788944088feb2cc49b314f71e3567682e78
Parents
9af8542
Tree
b599538

1 changed file

StatusFile+-
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
2020
 1. Open **System Settings**
2121
 2. Go to **Privacy & Security → Accessibility**
2222
 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**
2530
 
2631
 ### macOS Monterey (System Preferences)
2732