You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ You can download the last compiled release (as universal binary) from [this link
45
45
46
46
## Installation
47
47
48
+
You can download the last compiled release (as universal binary) from [this link](https://github.com/sbarex/QLMarkdown/releases) or you can install the Application with [Homebrew](https://brew.sh/):
49
+
50
+
```shell
51
+
brew install --cask sbarex-qlmarkdown
52
+
```
53
+
54
+
The application has the automatic update function.
55
+
48
56
To use the Quick Look preview you must launch the application at least once. In this way the Quick Look extension will be discovered by the system.
49
57
After the first execution, the Quick Look extension will be available (and enabled) among those present in the System preferences/Extensions.
50
58
@@ -69,7 +77,8 @@ This application handle these UTIs:
69
77
- dyn.ah62d4rv4ge81e5pe (dynamic UTI for unassociated .rmd files)
70
78
- com.rstudio.rmarkdown
71
79
72
-
Please inform me of any other UTI associated to `.md` files.
80
+
Please inform me of any other UTI associated to `.md` files.
0 commit comments