From 46cdf5da705928ea9be290dde8afde5b61ba05b3 Mon Sep 17 00:00:00 2001 From: Kit Cambridge Date: Wed, 14 Nov 2012 20:03:40 -0800 Subject: [PATCH] Encourage users to update to the latest `npm` version. Former-commit-id: bbcab6e7338039fb3343cfaca09c17ae0ea293a1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ebd3f70..ef4c164c0 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ In browsers: ``` -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