Skip to content

Commit 05272e3

Browse files
committed
tweak README
1 parent 4e2dc5f commit 05272e3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Diff for: README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tries to make a nice interface for programmers. It uses `__call()` and
105105
`__get()` to make all libvips operations appear as methods, and all
106106
libvips properties as properties of the PHP `Vips\Image` class.
107107

108-
### Install
108+
### Test and install
109109

110110
```
111111
$ phpcs src
@@ -114,14 +114,3 @@ $ vendor/bin/phpunit
114114
$ vendor/bin/phpdoc
115115
```
116116

117-
### imagick
118-
119-
```
120-
$ pecl install imagick
121-
$ php -a
122-
Interactive mode enabled
123-
php > dl('imagick.' . PHP_SHLIB_SUFFIX);
124-
php > $im = new Imagick();
125-
```
126-
127-

0 commit comments

Comments
 (0)