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).
|
The recommended way to install PHP-FFMpeg is through [Composer](https://getcomposer.org).
|
||||||
|
|
||||||
```json
|
```bash
|
||||||
{
|
$ composer require php-ffmpeg/php-ffmpeg
|
||||||
"require": {
|
|
||||||
"php-ffmpeg/php-ffmpeg": "~0.5"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue