blob: 87803d97de6c755c8839d9f5ed80565fe95a6db8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
These completion files may be installed in your system's vendor completion area for bash and zsh.
For example, on a debian-based system, you could install these as
```
cp bash/qpdf /usr/share/bash-completion/completions/
cp zsh/_qpdf /usr/share/zsh/vendor-completions/
```
Packagers are encouraged to install these in whatever locations appropriate for their systems.
|