docs: remove --save flag

--save is no longer needed.
This commit is contained in:
Mounish Sai 2019-02-20 00:31:49 +05:30 committed by 偏右
parent f370e96d68
commit bc40076db9

View File

@ -51,7 +51,7 @@ You can subscribe to this feed for new version notifications: https://github.com
**We recommend using npm or yarn to install**, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
```bash
$ npm install antd --save
$ npm install antd
```
```bash