Skip to content

Commit 346b362

Browse files
committed
update for pecl vips
1 parent 5fec9eb commit 346b362

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ You can also compile libvips from source:
7272

7373
https://github.com/jcupitt/libvips
7474

75-
You need to install the `vips` extension for PHP. This is not yet in pecl, you
76-
have to clone the repository, make the package and install it. See:
75+
You need to install the `vips` extension for PHP:
7776

78-
https://github.com/jcupitt/php-vips-ext
77+
```
78+
$ pecl install vips
79+
```
7980

80-
`imagick` is easy to install. `gd` is probably built into your php already.
81+
`gd` is probably built into your php already. `imagick` is easy to install:
8182

8283
```
8384
$ pecl install imagick

0 commit comments

Comments
 (0)