diff --git a/README.md b/README.md index b273ff3d3..087bf8830 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,11 @@ So, to install completions for `ls` on `bash` to cargo run completion ls bash > /usr/local/share/bash-completion/completions/ls ``` +Completion for prefixed `cp` with `uu-` on `zsh` is generated by +```shell +env PROG_PREFIX=uu- cargo run completion cp zsh +``` + ### Manually install manpages To generate manpages, the syntax is: