Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

Commit

Permalink
Update docs with new installation channels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed May 7, 2016
1 parent 291ee6b commit abf5592
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ npm run build:osx
npm run build:linux
```

*OPTIONAL:* If you find `npm install` going slowly, use [taobao's cnpm mirror](http://npm.taobao.org/) instead.
**New:** Wanna install it with your familiar package manager? check [this](https://github.com/geeeeeeeeek/electronic-wechat/wiki/System-Support-Matrix#%E7%A4%BE%E5%8C%BA%E8%B4%A1%E7%8C%AE%E7%9A%84%E5%AE%89%E8%A3%85%E5%8C%85) out!

**New:** Or, with homebrew!

```bash
brew cask install electronic-wechat
```

#### [Download App](https://github.com/geeeeeeeeek/electronic-wechat/releases)

Expand Down
8 changes: 8 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ npm run build:win

*提示:* 如果 `npm install` 下载缓慢,你可以使用[淘宝镜像(cnpm)](http://npm.taobao.org/)替代npm。

**新渠道:** 想用你熟悉的包管理工具安装?请查看 [社区贡献的镜像](https://github.com/geeeeeeeeek/electronic-wechat/wiki/System-Support-Matrix#%E7%A4%BE%E5%8C%BA%E8%B4%A1%E7%8C%AE%E7%9A%84%E5%AE%89%E8%A3%85%E5%8C%85)

**新渠道:** 或者,homebrew 安装也已支持!

```bash
brew cask install electronic-wechat
```

#### [下载应用](https://github.com/geeeeeeeeek/electronic-wechat/releases)

#### 项目使用[MIT](LICENSE.md)许可
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electronic-wechat",
"version": "1.2.0",
"version": "1.2.1",
"description": "An Electron application for WeChat",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit abf5592

Please sign in to comment.