Commit b0cfa106 authored by afc163's avatar afc163

update README

parent 11505f78
......@@ -66,7 +66,13 @@ $ npm install
$ npm start # visit http://localhost:8000
```
or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli)
Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli)
```bash
$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro init
```
More instruction at [documentation](http://pro.ant.design/docs/getting-started)
......
......@@ -66,7 +66,13 @@ $ npm install
$ npm start # 访问 http://localhost:8000
```
或者你可以使用集成化的 [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 工具。
也可以使用集成化的 [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 工具。
```bash
$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro init
```
更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment