From 26f35280a8d20591576bd5fcc7310ccdeecfd2ce Mon Sep 17 00:00:00 2001 From: yiminanci Date: Sat, 21 Apr 2018 15:43:22 +0800 Subject: [PATCH] Update README-zh_CN.md (#10181) --- README-zh_CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 7ac74ca806..e6e6151952 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -88,6 +88,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ```bash $ git clone git@github.com:ant-design/ant-design.git +$ cd ant-design $ npm install $ npm start ```