Skip to content

Commit

Permalink
chore: use npmmirror.com (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 2, 2024
1 parent 8ab4886 commit 799f075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ xprofiler 插件支持三大主流操作系统:
执行如下命令安装插件

```bash
npm i xprofiler --save --xprofiler_binary_host_mirror=https://npm.taobao.org/mirrors/xprofiler
npm i xprofiler --save --xprofiler_binary_host_mirror=https://npmmirror.com/mirrors/xprofiler
```

如果淘宝镜像暂时没同步的话,也可以执行阿里云镜像:
如果 npmmirror 镜像暂时没同步的话,也可以执行阿里云镜像:

```bash
npm i xprofiler --save --xprofiler_binary_host_mirror=http://devtoolx.com/xprofiler
Expand Down

0 comments on commit 799f075

Please sign in to comment.