diff options
author | Pooya Moradi <pvonmoradi@gmail.com> | 2021-08-05 15:00:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 15:00:51 +0000 |
commit | 8a6f3960b1d2d3f16a75e5cbaa29e33b7eb262e7 (patch) | |
tree | 13e0fda2242e6f1963f43fad476e51e805c188c5 /README.md | |
parent | Merge pull request #561 from svenstaro/dependabot/cargo/serde-1.0.127 (diff) | |
download | miniserve-8a6f3960b1d2d3f16a75e5cbaa29e33b7eb262e7.tar.gz miniserve-8a6f3960b1d2d3f16a75e5cbaa29e33b7eb262e7.zip |
Fix README.md instruction for bash completions
According to https://github.com/scop/bash-completion#faq , the completion file should reside in the `completions` subdir.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ If you'd like to make use of the built-in shell completion support, you need to few examples with common paths are provided below: # For bash - miniserve --print-completions bash > ~/.local/share/bash-completion/miniserve + miniserve --print-completions bash > ~/.local/share/bash-completion/completions/miniserve # For zsh miniserve --print-completions zsh > /usr/local/share/zsh/site-functions/_miniserve # For fish |