From b8ffb8d4631da41c306cd5bdb06589e98586dd82 Mon Sep 17 00:00:00 2001 From: vwvw Date: Tue, 2 Jun 2020 16:19:31 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e541bd9..cb1e59f9 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ 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 -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: +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 ln -s /usr/bin/batcat ~/.local/bin/bat