From 76efe15472d9039fc6774e571e058b99649ce0f2 Mon Sep 17 00:00:00 2001 From: Sergey Alexandrovich Date: Sat, 30 Sep 2017 03:07:19 +0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65b8560b..599aff89 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ There are two ways you can install imgproxy: $ brew install vips # Ubuntu + # Ubuntu apt repository contains a pretty old version of libvips. + # It's recommended to use PPA with an up to date version. + $ sudo add-apt-repository ppa:dhor/myway $ sudo apt-get install libvips-dev ```