You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -182,8 +182,11 @@ If your Ubuntu/Debian installation is new enough you can simply run:
182
182
apt install bat
183
183
```
184
184
185
-
If you install `bat` this way, please note that the executable may be installed as `batcat`.
186
-
Adding a symlink from `/usr/bin/bat` to `/usr/bin/batcat` should help prevent any issues that may come up because of this.
185
+
If you install `bat` this way, please note that the executable may be installed as `batcat` instead of `bat` (due to [a name
186
+
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 distrutions:
0 commit comments