We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34bf24 commit d0b610bCopy full SHA for d0b610b
1 file changed
README.md
@@ -34,6 +34,18 @@ macOS has no built-in Markdown preview. QuickLook shows `.md` files as plain tex
34
- **Line numbers** — for easy reference
35
- **Dark mode** — adapts to system appearance
36
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
49
## Requirements
50
51
- macOS 14.0+
0 commit comments