Docs: fix binary mirror example

This commit is contained in:
Lovell Fuller 2020-06-12 17:06:46 +01:00
parent df6efa0285
commit 20284757a6

View File

@ -113,7 +113,7 @@ or set the following environment variables:
```sh ```sh
npm_config_sharp_binary_host="https://npm.taobao.org/mirrors/sharp" \ npm_config_sharp_binary_host="https://npm.taobao.org/mirrors/sharp" \
npm_config_sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips" \ npm_config_sharp_libvips_binary_host="https://npm.taobao.org/mirrors/sharp-libvips" \
npm install sharp npm install sharp
``` ```