Skip to content

Commit

Permalink
Update README with completion information
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasall committed Apr 6, 2020
1 parent 90dcdee commit e4c9e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ Then simply run apt-fast instead of apt-get or aptitude.


### Autocompletion ###
The completions for the respective shells use the existing apt-get completion. It is required to have the apt-get completion installed. In case of Bash the package `bash-completion` is required. For Zsh and Fish required completions are included by default (in their `*-common` packages).

#### Bash ####

```sh
apt-get install bash-completion
cp completions/bash/apt-fast /etc/bash_completion.d/
chown root:root /etc/bash_completion.d/apt-fast
. /etc/bash_completion
Expand Down

0 comments on commit e4c9e44

Please sign in to comment.