aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPooya Moradi <pvonmoradi@gmail.com>2021-08-05 15:00:51 +0000
committerGitHub <noreply@github.com>2021-08-05 15:00:51 +0000
commit8a6f3960b1d2d3f16a75e5cbaa29e33b7eb262e7 (patch)
tree13e0fda2242e6f1963f43fad476e51e805c188c5 /README.md
parentMerge pull request #561 from svenstaro/dependabot/cargo/serde-1.0.127 (diff)
downloadminiserve-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82a2de9..eb55330 100644
--- a/README.md
+++ b/README.md
@@ -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