Skip to content

Commit a51036b

Browse files
committed
Merge branch 'main' of https://github.com/sbarex/QLMarkdown
2 parents b953a81 + cc45bd9 commit a51036b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,11 @@ A `qlmarkdown_cli` command line interface (CLI) is available to perform batch co
272272

273273
The tool is located inside the `QLMarkdown.app/Contents/Resources` folder (and should not be moved outside).
274274

275-
From the Application menu you can create a symbolic link into `/usr/local/bin` folder.
275+
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+
```
276280

277281
```
278282
Usage: qlmarkdown_cli [-o <file|dir>] <file> [..]

0 commit comments

Comments
 (0)