mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 00:27:10 +00:00
Highlight 'batcat' note in README, see #1420
This commit is contained in:
parent
947133d295
commit
ab4c120ea5
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ If your Ubuntu/Debian installation is new enough you can simply run:
|
|||
apt install bat
|
||||
```
|
||||
|
||||
If you install `bat` this way, please note that the executable may be installed as `batcat` instead of `bat` (due to [a name
|
||||
**Important**: If you install `bat` this way, please note that the executable may be installed as `batcat` instead of `bat` (due to [a name
|
||||
clash with another package](https://github.com/sharkdp/bat/issues/982)). You can set up a `bat -> batcat` symlink or alias to prevent any issues that may come up because of this and to be consistent with other distributions:
|
||||
``` bash
|
||||
mkdir -p ~/.local/bin
|
||||
|
|
Loading…
Reference in a new issue