Skip to content

Commit 6577c21

Browse files
committed
docs: update macOS installation instructions to include quarantine attribute removal
1 parent 97244d6 commit 6577c21

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Grab the latest release from [Releases](https://github.com/delexw/tail-claude-gu
3232
| Linux | `.deb`, `.rpm`, `.AppImage` |
3333
| Windows | `.msi`, `.exe` (NSIS installer) |
3434

35-
> **macOS:** The app is unsigned. On first launch, right-click > Open > Open to bypass Gatekeeper.
35+
> **macOS:** The app is unsigned. After downloading, remove the quarantine attribute:
36+
>
37+
> ```bash
38+
> xattr -cr path/to/tail-claude-gui.app
39+
> ```
3640
3741
### Build from source
3842

0 commit comments

Comments
 (0)