瀏覽代碼

Update installation.md

Sergey Alexandrovich 6 年之前
父節點
當前提交
4e0441b326
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      docs/installation.md

+ 0 - 7
docs/installation.md

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