From 2b8d0aab53c9e1b3dcfda4907ad0fbdefda8ef79 Mon Sep 17 00:00:00 2001 From: niko <644506165@qq.com> Date: Mon, 30 Oct 2017 02:01:54 -0500 Subject: [PATCH] add pro-cli docs (#49) --- README.en-US.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.en-US.md b/README.en-US.md index 6fb4e404..d6a0686c 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -66,6 +66,8 @@ $ 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) + More instruction at [documentation](http://pro.ant.design/docs/getting-started)。 ## Compatibility diff --git a/README.md b/README.md index a137ac05..8329f3ff 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ $ npm install $ npm start # 访问 http://localhost:8000 ``` +或者你可以使用集成化的 [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 工具。 + 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)。 ## 兼容性 -- GitLab