We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7fd60b + b991d04 commit 91e211aCopy full SHA for 91e211a
README.md
@@ -18,7 +18,11 @@ Example of zero-config use with Composer:
18
19
If you don't need any custom completion behaviour, you can simply add the completion command to your application:
20
21
-1. Install `stecman/symfony-console-completion` using composer
+1. Install `stecman/symfony-console-completion` using [composer](https://getcomposer.org/) by running:
22
+ ```
23
+ $ composer require stecman/symfony-console-completion
24
25
+
26
2. Add an instance of `CompletionCommand` to your application's `Application::getDefaultCommands()` method:
27
28
```php
0 commit comments