Skip to content

Commit

Permalink
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design int…
Browse files Browse the repository at this point in the history
…o develop-0.10.0
  • Loading branch information
afc163 committed Oct 29, 2015
2 parents 25b365d + f9db243 commit 3a41450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ant Design React 致力于提供给程序员愉悦的开发体验。
### 1. 安装命令行工具

```bash
$ npm install antd-bin -g
$ npm install antd-init -g
```

[更多使用说明](https://github.com/ant-design/antd-bin#使用说明)
Expand All @@ -24,7 +24,7 @@ $ npm install antd-bin -g

```bash
$ mkdir antd-demo && cd antd-demo
$ antd init
$ antd-init
$ npm install
```

Expand Down

0 comments on commit 3a41450

Please sign in to comment.