diff --git a/README.md b/README.md index 69a2c359a..954b57bcb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ [Twitter](https://twitter.com/bestiejs) | [Chat](https://gitter.im/lodash/lodash) +Lodash is distibuted through [npm](npmjs.com). To install it, run the following: + +```shell +$ npm i --save lodash +``` + The [Lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module. Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): @@ -18,7 +24,7 @@ $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js ``` -## Download +## Installation Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.15.0/LICENSE) & supports [modern environments](#support).
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you.