summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/faq.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/faq.md')
-rw-r--r--deps/npm/doc/cli/faq.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/deps/npm/doc/cli/faq.md b/deps/npm/doc/cli/faq.md
index 518fbef12..05b2cd98e 100644
--- a/deps/npm/doc/cli/faq.md
+++ b/deps/npm/doc/cli/faq.md
@@ -221,11 +221,18 @@ an argument to `git checkout`. The default is `master`.
## How do I install node with npm?
-You don't. Try one of these:
+You don't. Try one of these node version managers:
-* <https://github.com/isaacs/nave>
-* <https://github.com/visionmedia/n>
-* <https://github.com/creationix/nvm>
+Unix:
+
+* <http://github.com/isaacs/nave>
+* <http://github.com/visionmedia/n>
+* <http://github.com/creationix/nvm>
+
+Windows:
+
+* <http://github.com/marcelklehr/nodist>
+* <https://github.com/hakobera/nvmw>
## How can I use npm for development?