Skip to content

Commit dbd490d

Browse files
committed
note composer.json stuff
1 parent dc2eb9f commit dbd490d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,18 @@ $image->writeToFile($argv[2]);
4141
?>
4242
```
4343

44+
You'll need this in your `composer.json`:
45+
46+
```
47+
"require": {
48+
"jcupitt/vips" : "@dev"
49+
}
50+
```
51+
4452
And run with:
4553

4654
```
55+
$ composer install
4756
$ ./try1.php ~/pics/k2.jpg x.tif
4857
```
4958

0 commit comments

Comments
 (0)