Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
to download dependent files. You can download the dependencies
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.

```bash
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SwitchHosts 的数据文件存储于 `~/.SwitchHosts` (Windows 下存储于用
- 运行 `npm run build`
- 运行 `npm run make`,如果一切顺利,可在 `./dist` 目录下找到打包后的文件
- 首次运行可能需要花费一些时间,因为需要下载相关依赖文件。你也可以从 [这儿](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/)。

```bash
Expand Down