Skip to content

Commit 6ceba56

Browse files
committed
Add 'mkdir -p …' to Ubuntu instructions, see #982
1 parent 4be66f8 commit 6ceba56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ apt install bat
185185
If you install `bat` this way, please note that the executable may be installed as `batcat` instead of `bat` (due to [a name
186186
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:
187187
``` bash
188+
mkdir -p ~/.local/bin
188189
ln -s /usr/bin/batcat ~/.local/bin/bat
189190
```
190191

0 commit comments

Comments
 (0)