We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b953a81 + cc45bd9 commit a51036bCopy full SHA for a51036b
README.md
@@ -272,7 +272,11 @@ A `qlmarkdown_cli` command line interface (CLI) is available to perform batch co
272
273
The tool is located inside the `QLMarkdown.app/Contents/Resources` folder (and should not be moved outside).
274
275
-From the Application menu you can create a symbolic link into `/usr/local/bin` folder.
+You can create a symbolic link into your `$PATH` to use the tool from any folder. Open Terminal.app and type:
276
+
277
+```sh
278
+ln -s /Applications/QLMarkdown.app/Contents/Resources/qlmarkdown_cli /usr/local/bin/qlmarkdown_cli
279
+```
280
281
```
282
Usage: qlmarkdown_cli [-o <file|dir>] <file> [..]
0 commit comments