Skip to content

Commit 5b49dbc

Browse files
committed
adjust wording
1 parent 5c18bac commit 5b49dbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Enables shell autocompletion for tools based on the
2424
Notably, the composer global bin directory needs to be in your path.
2525
See https://getcomposer.org/doc/03-cli.md#global for instructions on how todo that.
2626
* If you're using bash, you'll have to make sure [programmable completion functions](https://github.com/scop/bash-completion) are available. Linux distributions usually ship it and enable it by default. On Mac OSX, you can install it with brew (`brew install bash-completion`) and enable it by adding `source $(brew --prefix)/etc/bash_completion` at the end of your `.bashrc`.
27-
* If you wish to use a Console-based tool with an entrypoint name something other than `console` (i.e. Composer), ensure it’s in the list of [supported tools](#supported-tools), or open a PR to add it to the list.
2827

2928
## Installation
3029

@@ -40,6 +39,8 @@ Add the following line at the end of your shell configuration file (`~/.bash_pro
4039

4140
Close / re-open your terminal window and you're ready to go!
4241

42+
Note that quick setup only works for [supported tools](#supported-tools).
43+
4344
## Static setup
4445

4546
If you don't like all the magic from the quick setup and want to go with a more standard way,
@@ -104,9 +105,9 @@ A solution is to supply the `SHELL` environment variable as part of the `docker
104105

105106
## Supported tools
106107

107-
Any tool using the Symfony Console component and default `console` entrypoint is supported.
108+
All tools using the Symfony Console component are supported.
108109

109-
Additionally, the following tools with custom-named entrypoints are supported:
110+
However, [quick setup](#quick-setup) only works if the entrypoint is named `console` or in the following list of tools:
110111

111112
* [Composer](https://getcomposer.org/)
112113
* [Acquia CLI (acli)](https://github.com/acquia/cli)

0 commit comments

Comments
 (0)