From 4d995296b8362e8bc042ef7be5890b2e9c9c4c7e Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Mar 2021 10:37:12 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b077f..645976d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ See the README there, but briefly: binaries on the vips website. For example, on Debian: ``` - sudo apt-get install libvips-dev + sudo apt-get install libvips-dev php-pear ``` Or macOS: