Encourage users to update to the latest npm version.

Former-commit-id: bbcab6e7338039fb3343cfaca09c17ae0ea293a1
This commit is contained in:
Kit Cambridge
2012-11-14 20:03:40 -08:00
parent 28c801bfd4
commit 46cdf5da70

View File

@@ -165,7 +165,7 @@ In browsers:
<script src="lodash.js"></script>
```
Using [npm](http://npmjs.org/):
Using [`npm`](http://npmjs.org/):
```bash
npm install lodash
@@ -174,6 +174,8 @@ npm install -g lodash
npm link lodash
```
For optimal results, please update to the latest version of `npm` before installing Lo-Dash: `npm install npm -g`.
In [Node.js](http://nodejs.org/) and [RingoJS v0.8.0+](http://ringojs.org/):
```js