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:
authorMichiel Sikma <michiel@wedemandhtml.com>2015-03-15 12:13:16 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-27 11:01:07 +0300
commit402f52ab201efa348feb87cad753fc4b91e8a3fb (patch)
treebf57d7e123688dbdca4cb4028d9b6ae601692013 /README.md
parent5d7f704823f5f92ddd7ff3e7dd2b8bcc66c73005 (diff)
doc: mention node_modules\npm on Windows
Add a reference to the `node_modules\npm` directory (which is where npm's files end up after installing node), and remove the reference to v1.4.28 since all latest releases also come in a zip file. See #7636.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9ed084297..0c2705ec0 100644
--- a/README.md
+++ b/README.md
@@ -64,11 +64,11 @@ for testing, or running stuff without actually installing npm itself.)
## Windows Install or Upgrade
-You can download a zip file from <https://github.com/npm/npm/releases>, and unpack it
-in the same folder where node.exe lives.
+You can download a zip file from <https://github.com/npm/npm/releases>, and
+unpack it in the `node_modules\npm\` folder inside node's installation folder.
-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:
+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>