Skip to content

Commit d0b610b

Browse files
phrontizoclaude
andcommitted
docs: add install instructions for unsigned DMG
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e34bf24 commit d0b610b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ macOS has no built-in Markdown preview. QuickLook shows `.md` files as plain tex
3434
- **Line numbers** — for easy reference
3535
- **Dark mode** — adapts to system appearance
3636

37+
## Install
38+
39+
Download the latest DMG from [Releases](https://github.com/phrontizo/QuickMark/releases), open it, and drag QuickMark to Applications.
40+
41+
The app is not signed with an Apple Developer certificate, so macOS will quarantine it. Remove the quarantine attribute before launching:
42+
43+
```bash
44+
xattr -d com.apple.quarantine /Applications/QuickMark.app
45+
```
46+
47+
Then open QuickMark and follow the prompts to enable the extensions in System Settings.
48+
3749
## Requirements
3850

3951
- macOS 14.0+

0 commit comments

Comments
 (0)