gardesk/tarmac-web / 766e950

Browse files

replace first-run placeholder with accessibility screenshot

Authored by espadonne
SHA
766e9503ba84245eabf60b1c6c0cddb70674c093
Parents
3f9e273
Tree
55b0cc7

1 changed file

StatusFile+-
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
1010
 4. Click **+** and add the `tarmac` binary (typically `/usr/local/bin/tarmac`)
1111
 5. Ensure the checkbox next to tarmac is enabled
1212
 
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
+/>
1821
 
1922
 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.
2023