Merge pull request #277 from mablae/patch-1
Change installation method to composer require in the README file.
This commit is contained in:
commit
f9b1dec600
1 changed files with 2 additions and 6 deletions
|
|
@ -28,12 +28,8 @@ appear in latest ffmpeg version.
|
|||
|
||||
The recommended way to install PHP-FFMpeg is through [Composer](https://getcomposer.org).
|
||||
|
||||
```json
|
||||
{
|
||||
"require": {
|
||||
"php-ffmpeg/php-ffmpeg": "~0.5"
|
||||
}
|
||||
}
|
||||
```bash
|
||||
$ composer require php-ffmpeg/php-ffmpeg
|
||||
```
|
||||
|
||||
## Basic Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue