From 6d9e2e3ad080f97d379ad4ca8af389d09eadd397 Mon Sep 17 00:00:00 2001 From: stephen9357 Date: Mon, 13 Dec 2021 14:42:43 +0800 Subject: [PATCH] docs: Fix environment variable name (#32094) The names of environment variables are case-sensitive on Linux and Mac. --- docs/tutorial/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/installation.md b/docs/tutorial/installation.md index eda9ec3aa17..be604a73c39 100644 --- a/docs/tutorial/installation.md +++ b/docs/tutorial/installation.md @@ -91,7 +91,7 @@ The above configuration will download from URLs such as `https://npmmirror.com/mirrors/electron/8.0.0/electron-v8.0.0-linux-x64.zip`. If your mirror serves artifacts with different checksums to the official -Electron release you may have to set `ELECTRON_USE_REMOTE_CHECKSUMS=1` to +Electron release you may have to set `electron_use_remote_checksums=1` to force Electron to use the remote `SHASUMS256.txt` file to verify the checksum instead of the embedded checksums.