Skip to content

Commit

Permalink
修改直接从 github 安装的命令
Browse files Browse the repository at this point in the history
rt.
  • Loading branch information
52cik authored and jaywcjlove committed Oct 31, 2017
1 parent d599d7b commit 2986a3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/md/cn/quick-start.md
Expand Up @@ -8,9 +8,12 @@
```bash
npm install uiw --save

# 通过git仓库安装
npm i -S git+ssh://git@github.com:uiw-react/uiw.git#v1.2.8
# 通过GitHub仓库安装
npm i -S uiw-react/uiw
# 或者
yarn add uiw-react/uiw
```
> ps: **通过GitHub仓库安装**的 win 用户请在 `Git Bash` 下执行,因为需要用到 git。
## 使用

Expand Down

0 comments on commit 2986a3d

Please sign in to comment.