Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmikes <smikes@cubane.com>2014-11-04 16:28:26 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-11-08 01:57:45 +0300
commit8112bfb182ad73fa1e9d80ebb860bd0851e86b67 (patch)
treeb833c8efd44a9ede46e2a3575dc147a1e6005d12 /README.md
parent917e582aff57b24a5806e1160b961d33c6680ccb (diff)
README.md: link to Windows upgrade instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ecb3f29e2..e6ff2be80 100644
--- a/README.md
+++ b/README.md
@@ -62,11 +62,16 @@ arbitrary config keys using the `./configure --key=val ...`, and then
run npm commands by doing `node cli.js <cmd> <args>`. (This is helpful
for testing, or running stuff without actually installing npm itself.)
-## Fancy Windows Install
+## Windows Install or Upgrade
You can download a zip file from <https://npmjs.org/dist/>, and unpack it
in the same folder where node.exe lives.
+The latest version in a zip file is 1.4.12. To upgrade to npm 2, follow the
+Windows upgrade instructions in the npm Troubleshooting Guide:
+
+<https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows>
+
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly.