summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-12-21 09:36:14 +0100
committersharkdp <davidpeter@web.de>2020-12-21 09:36:14 +0100
commitab4c120ea534145202270395824f50f0fba4655b (patch)
treeb3d8d8b49375c8dfb9a82f8a71a6b5c339321ebc /README.md
parent947133d2950439e03d3fa40efcb92766c4ef3b01 (diff)
Highlight 'batcat' note in README, see #1420
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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