From ab4c120ea534145202270395824f50f0fba4655b Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 21 Dec 2020 09:36:14 +0100 Subject: [PATCH] Highlight 'batcat' note in README, see #1420 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7010c0b1..f84a2b5f 100644 --- a/README.md +++ b/README.md @@ -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