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.
1 parent 985b5c8 commit e56652fCopy full SHA for e56652f
README.md
@@ -16,12 +16,17 @@ This library adds:
16
Installation
17
------------
18
19
-Install the library via [Composer](https://getcomposer.org):
+The recommended way to install the Transcoder library is through
20
+[Composer](http://getcomposer.org):
21
22
```bash
23
$ composer require ddeboer/transcoder
24
```
25
26
+This command requires you to have Composer installed globally, as explained
27
+in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
28
+of the Composer documentation.
29
+
30
Usage
31
-----
32
0 commit comments