1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

Update installation.md

This commit is contained in:
Sergey Alexandrovich 2019-03-25 18:10:32 +06:00 committed by GitHub
parent be56674fbe
commit 4e0441b326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,13 +51,6 @@ $ git push heroku master
pkg install -y pkgconf vips
```
**Note:** Most libvips packages come with WebP support. If you want libvips to support WebP on macOS, you need to install it this way:
```bash
$ brew tap homebrew/science
$ brew install vips --with-webp
```
2. Next, install imgproxy itself:
```bash