2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 06:32:27 +00:00
qpdf/completions/README.md
2019-01-07 19:56:46 -05:00

11 lines
371 B
Markdown

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.