From 6ceba56288a0d05247d5b422a0d9c2ecb1c57896 Mon Sep 17 00:00:00 2001
From: sharkdp <davidpeter@web.de>
Date: Tue, 12 May 2020 18:35:35 +0200
Subject: [PATCH] =?UTF-8?q?Add=20'mkdir=20-p=20=E2=80=A6'=20to=20Ubuntu=20?=
 =?UTF-8?q?instructions,=20see=20#982?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 5fcd0380..0bf2f6b3 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,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:
 ``` bash
+mkdir -p ~/.local/bin
 ln -s /usr/bin/batcat ~/.local/bin/bat
 ```