We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c103b3 commit be806dbCopy full SHA for be806db
README.md
@@ -144,7 +144,7 @@ A [bash completion script](/etc/bash_completion.d/phpcc-completion) is also avai
144
145
```bash
146
# Download the bash completion script
147
-curl -Lo ${BINDIR}/phpcc https://github.com/yannoff/phpcc/releases/latest/download/phpcc-completion
+curl -LO https://github.com/yannoff/phpcc/releases/latest/download/phpcc-completion
148
149
# Add the script to bash completion directory
150
sudo mv phpcc-completion /etc/bash_completion.d/phpcc-completion
0 commit comments