replace first-run placeholder with accessibility screenshot
- SHA
766e9503ba84245eabf60b1c6c0cddb70674c093- Parents
-
3f9e273 - Tree
55b0cc7
766e950
766e9503ba84245eabf60b1c6c0cddb70674c0933f9e273
55b0cc7| Status | File | + | - |
|---|---|---|---|
| M |
src/app/docs/getting-started/first-run/page.mdx
|
8 | 5 |
src/app/docs/getting-started/first-run/page.mdxmodified@@ -10,11 +10,14 @@ tarmac uses the macOS Accessibility API to move and resize windows. You must gra | ||
| 10 | 10 | 4. Click **+** and add the `tarmac` binary (typically `/usr/local/bin/tarmac`) |
| 11 | 11 | 5. Ensure the checkbox next to tarmac is enabled |
| 12 | 12 | |
| 13 | -<div className="screenshot-placeholder"> | |
| 14 | - <p className="text-lg font-medium mb-2">Screenshot: Accessibility permissions panel</p> | |
| 15 | - <p className="text-sm">System Settings → Privacy & Security → Accessibility with tarmac enabled</p> | |
| 16 | - <p className="text-xs mt-4 italic">[ placeholder — add accessibility-permissions.png to public/ ]</p> | |
| 17 | -</div> | |
| 13 | +<img | |
| 14 | + src="/accessibility-permissions.png" | |
| 15 | + alt="macOS System Settings — Privacy & Security — Accessibility panel with tarmac enabled" | |
| 16 | + width={800} | |
| 17 | + height={600} | |
| 18 | + className="rounded-lg border border-surface-200 dark:border-surface-700 my-6" | |
| 19 | + loading="lazy" | |
| 20 | +/> | |
| 18 | 21 | |
| 19 | 22 | If you skip this step, tarmac will detect the missing permission at startup and print a message telling you to grant it. It will not crash, but it won't be able to manage any windows. |
| 20 | 23 | |