Skip to content

Commit 4d99529

Browse files
authored
Add missing pear lib
```pecl install vips Command 'pecl' not found, but can be installed with: apt install php-pear ``` after adding pear all works fine
1 parent 96dde84 commit 4d99529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See the README there, but briefly:
3232
binaries on the vips website. For example, on Debian:
3333

3434
```
35-
sudo apt-get install libvips-dev
35+
sudo apt-get install libvips-dev php-pear
3636
```
3737

3838
Or macOS:

0 commit comments

Comments
 (0)