Skip to content

Commit

Permalink
Readme: use git instead of mv to test installation
Browse files Browse the repository at this point in the history
The version of mv for MacOS doesn't play nicely with  --help.

Solves #21
  • Loading branch information
victor-gp authored Jun 25, 2023
1 parent 300944b commit 651bb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Check out more examples [here](https://github.com/victor-gp/cmd-help-sublime-syn

This syntax is included with `bat` since version 0.21.0.

If you have an older version of `bat`, you can add [this](./syntaxes/cmd-help.sublime-syntax) as a [custom syntax](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions).
If you have an older version of `bat`, you can add [this file](./syntaxes/cmd-help.sublime-syntax) as a [custom syntax](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions).

Check it works properly by running `mv --help | bat -plhelp`
Check it works properly by running `git --help | bat -plhelp`

## Configuration

Expand Down

0 comments on commit 651bb5e

Please sign in to comment.