Skip to content

Commit

Permalink
docs: improve mirror registry (element-plus#18788)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany authored Nov 5, 2024
1 parent 602622b commit 98c7422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/en-US/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98c7422

Please sign in to comment.