Skip to content

Commit 91e211a

Browse files
committed
Merge pull request #52 from k0pernikus/patch-1
Clarified composer installation instructions
2 parents f7fd60b + b991d04 commit 91e211a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Example of zero-config use with Composer:
1818

1919
If you don't need any custom completion behaviour, you can simply add the completion command to your application:
2020

21-
1. Install `stecman/symfony-console-completion` using composer
21+
1. Install `stecman/symfony-console-completion` using [composer](https://getcomposer.org/) by running:
22+
```
23+
$ composer require stecman/symfony-console-completion
24+
```
25+
2226
2. Add an instance of `CompletionCommand` to your application's `Application::getDefaultCommands()` method:
2327

2428
```php

0 commit comments

Comments
 (0)