We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97244d6 commit 6577c21Copy full SHA for 6577c21
1 file changed
README.md
@@ -32,7 +32,11 @@ Grab the latest release from [Releases](https://github.com/delexw/tail-claude-gu
32
| Linux | `.deb`, `.rpm`, `.AppImage` |
33
| Windows | `.msi`, `.exe` (NSIS installer) |
34
35
-> **macOS:** The app is unsigned. On first launch, right-click > Open > Open to bypass Gatekeeper.
+> **macOS:** The app is unsigned. After downloading, remove the quarantine attribute:
36
+>
37
+> ```bash
38
+> xattr -cr path/to/tail-claude-gui.app
39
+> ```
40
41
### Build from source
42
0 commit comments