From 95054e3ef8fee8cede119cd4c733fb0a45e10342 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 4 Jul 2015 16:31:48 +0800 Subject: [PATCH] download --- docs/download.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/download.md b/docs/download.md index b68b7bff3b..65875b3e31 100644 --- a/docs/download.md +++ b/docs/download.md @@ -10,11 +10,13 @@ - [antd.js](http://ant.design/dist/antd.js) - [antd.css](http://ant.design/dist/antd.css) -> [历史版本](https://github.com/ant-design/ant-design/releases) +[历史版本](https://github.com/ant-design/ant-design/releases) ## npm +可以通过 npm 直接安装到本地,使用 `require` 或 `import` 进行引用。 + ```bash $ npm install antd --save ```