Update README.md

This commit is contained in:
Sergey Alexandrovich
2017-09-30 03:07:19 +06:00
committed by GitHub
parent bb8e7e8eef
commit 76efe15472

View File

@@ -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
```