We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fec9eb commit 346b362Copy full SHA for 346b362
README.md
@@ -72,12 +72,13 @@ You can also compile libvips from source:
72
73
https://github.com/jcupitt/libvips
74
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:
+You need to install the `vips` extension for PHP:
77
78
-https://github.com/jcupitt/php-vips-ext
+```
+$ pecl install vips
79
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:
82
83
```
84
$ pecl install imagick
0 commit comments