Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 4df006c

Browse files
committed
Improved bash completion documentation
1 parent f818f88 commit 4df006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ or download a binary for Linux or Windows from the [release page](https://github
1818
On platforms that support it you can add bash completion by running:
1919

2020
```
21-
sudo env "PATH=$PATH" sh -c 'tldr --completion > /etc/bash_completion.d/tldr'
21+
sudo env "PATH=$PATH" sh -c "tldr --completion > /etc/bash_completion.d/tldr"
2222
sudo chmod 644 /etc/bash_completion.d/tldr
2323
```
2424

0 commit comments

Comments
 (0)