From 0a16d26ec794469fece05e8c18d86ee270894b48 Mon Sep 17 00:00:00 2001 From: cychub <104904370+cychub@users.noreply.github.com> Date: Sun, 12 Mar 2023 20:58:08 +0800 Subject: [PATCH] Docs: fix sharp_binary_host example by adding version (#3568) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index f1e9a184..998fe825 100644 --- a/docs/install.md +++ b/docs/install.md @@ -148,7 +148,7 @@ or the `npm_config_sharp_local_prebuilds` environment variable. URL example: if `sharp_binary_host` is set to `https://hostname/path` and the sharp version is `1.2.3` then the resultant URL will be -`https://hostname/path/sharp-v1.2.3-napi-v5-platform-arch.tar.gz`. +`https://hostname/path/v1.2.3/sharp-v1.2.3-napi-v5-platform-arch.tar.gz`. Filename example: if `sharp_local_prebuilds` is set to `/path`