Skip to content

Commit be806db

Browse files
authored
[documentation] Fix bash comp download snippet
1 parent 1c103b3 commit be806db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ A [bash completion script](/etc/bash_completion.d/phpcc-completion) is also avai
144144

145145
```bash
146146
# Download the bash completion script
147-
curl -Lo ${BINDIR}/phpcc https://github.com/yannoff/phpcc/releases/latest/download/phpcc-completion
147+
curl -LO https://github.com/yannoff/phpcc/releases/latest/download/phpcc-completion
148148

149149
# Add the script to bash completion directory
150150
sudo mv phpcc-completion /etc/bash_completion.d/phpcc-completion

0 commit comments

Comments
 (0)