浏览代码

Merge pull request #713 from watonyweng/replace-taobao-mirror

chore: replace taobao mirror
oldj 3 年之前
父节点
当前提交
67ad7f47ac
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      README_cn.md

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ folder contains various configuration information.
 - This command may take several minutes to finish when you run it the first time, as it needs time
 - This command may take several minutes to finish when you run it the first time, as it needs time
   to download dependent files. You can download the dependencies
   to download dependent files. You can download the dependencies
   manually [here](https://github.com/electron/electron/releases),
   manually [here](https://github.com/electron/electron/releases),
-  or [Taobao mirror](https://npm.taobao.org/mirrors/electron/), then save the files to `~/.electron`
+  or [Taobao mirror](https://npmmirror.com/mirrors/electron/), then save the files to `~/.electron`
   . You can check the [Electron Docs](http://electron.atom.io/docs/) for more infomation.
   . You can check the [Electron Docs](http://electron.atom.io/docs/) for more infomation.
 
 
 ```bash
 ```bash

+ 1 - 1
README_cn.md

@@ -48,7 +48,7 @@ SwitchHosts 的数据文件存储于 `~/.SwitchHosts` (Windows 下存储于用
 - 运行 `npm run build`
 - 运行 `npm run build`
 - 运行 `npm run make`,如果一切顺利,可在 `./dist` 目录下找到打包后的文件
 - 运行 `npm run make`,如果一切顺利,可在 `./dist` 目录下找到打包后的文件
 - 首次运行可能需要花费一些时间,因为需要下载相关依赖文件。你也可以从 [这儿](https://github.com/electron/electron/releases)
 - 首次运行可能需要花费一些时间,因为需要下载相关依赖文件。你也可以从 [这儿](https://github.com/electron/electron/releases)
-  或者 [淘宝镜像](https://npm.taobao.org/mirrors/electron/) 手动下载,并保存到 `~/.electron`
+  或者 [淘宝镜像](https://npmmirror.com/mirrors/electron/) 手动下载,并保存到 `~/.electron`
   目录下。更多信息可访问 [Electron 文档](http://electron.atom.io/docs/)。
   目录下。更多信息可访问 [Electron 文档](http://electron.atom.io/docs/)。
 
 
 ```bash
 ```bash