aboutsummaryrefslogtreecommitdiffstats
path: root/completions/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'completions/README.md')
-rw-r--r--completions/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/completions/README.md b/completions/README.md
new file mode 100644
index 00000000..87803d97
--- /dev/null
+++ b/completions/README.md
@@ -0,0 +1,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.