From 98c742272d7e7868026ec0a11a06389b17aebaf0 Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Tue, 5 Nov 2024 18:57:13 +0800 Subject: [PATCH] docs: improve mirror registry (#18788) --- docs/en-US/guide/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en-US/guide/installation.md b/docs/en-US/guide/installation.md index 6ae5a1c196..12a4e627d5 100644 --- a/docs/en-US/guide/installation.md +++ b/docs/en-US/guide/installation.md @@ -57,7 +57,11 @@ $ yarn add element-plus $ pnpm install element-plus ``` -If your network environment is not good, it is recommended to use a mirror registry [cnpm](https://github.com/cnpm/cnpm) or [Alibaba](https://registry.npmmirror.com/). +If your network environment is not good, it is recommended to use a mirror registry [cnpm](https://github.com/cnpm/cnpm) or [npmmirror](https://npmmirror.com/). + +```shell +npm config set registry https://registry.npmmirror.com +``` ## Import in Browser