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

Commit

Permalink
Improved bash completion documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eprovst committed Dec 16, 2018
1 parent f818f88 commit 4df006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ or download a binary for Linux or Windows from the [release page](https://github
On platforms that support it you can add bash completion by running:

```
sudo env "PATH=$PATH" sh -c 'tldr --completion > /etc/bash_completion.d/tldr'
sudo env "PATH=$PATH" sh -c "tldr --completion > /etc/bash_completion.d/tldr"
sudo chmod 644 /etc/bash_completion.d/tldr
```

Expand Down

0 comments on commit 4df006c

Please sign in to comment.