Skip to content

Commit 9681bd4

Browse files
committed
Update README.md
use `composer global` as it's more concise what is happening, plain `g` maybe easy to type, but it will confuse user (ou, maybe it's typo, need `-g`) and may require user to go seek documentation what does "g" do.
1 parent 9f1294a commit 9681bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an experimental hack to add [Symfony BASH auto complete](https://github.
66

77
## Installation
88

9-
1. Run `composer g require stecman/composer-bash-completion-plugin dev-master`
9+
1. Run `composer global require stecman/composer-bash-completion-plugin dev-master`
1010
2. Add a completion hook to your shell's user config file:
1111
- If you're using BASH, put the following in your `~/.bash_profile` file:
1212

0 commit comments

Comments
 (0)