Browse Source

update readme for cli

pull/125/head
nikogu 8 years ago
parent
commit
737830a04f
  1. 2
      README.md
  2. 2
      README.zh-CN.md

2
README.md

@ -71,7 +71,7 @@ Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-des
```bash ```bash
$ npm install ant-design-pro-cli -g $ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo $ mkdir pro-demo && cd pro-demo
$ pro init $ pro new
``` ```
More instruction at [documentation](http://pro.ant.design/docs/getting-started)。 More instruction at [documentation](http://pro.ant.design/docs/getting-started)。

2
README.zh-CN.md

@ -71,7 +71,7 @@ $ npm start # 访问 http://localhost:8000
```bash ```bash
$ npm install ant-design-pro-cli -g $ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo $ mkdir pro-demo && cd pro-demo
$ pro init $ pro new
``` ```
更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)。 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)。

Loading…
Cancel
Save