diff --git a/README b/README index 428f2947..1558f62f 100644 --- a/README +++ b/README @@ -8,8 +8,8 @@ from either /etc/bashrc or ~/.bashrc (or any other file sourcing those). You can do this by simply using: # Use bash-completion, if available -[[ $PS1 && -f /usr/share/bash-completion/bash-completion ]] && \ - . /usr/share/bash-completion/bash-completion +[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ + . /usr/share/bash-completion/bash_completion (if you happen to have *only* bash >= 4.1 installed, see further if not)