From 061f230cb01180fe61cc73b55c55a16bfdd379b3 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 15 Oct 2014 13:16:39 -0500 Subject: [PATCH] Added info about available command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 677180e..10536c2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ NVM for Windows is a command line tool. Simply type `nvm` in the console for hel - `nvm arch [32|64]`: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture. - `nvm install [arch]`: The version can be a node.js version or "latest" for the latest stable version. Optionally specify whether to install the 32 or 64 bit version (defaults to system arch). Set `[arch]` to "all" to install 32 AND 64 bit versions. -- `nvm list`: List the node.js installations. +- `nvm list [available]`: List the node.js installations. Type `available` at the end to show a list of versions available for download. - `nvm on`: Enable node.js version management. - `nvm off`: Disable node.js version management (does not uninstall anything). - `nvm proxy [url]`: Set a proxy to use for downloads. Leave `[url]` blank to see the current proxy. Set `[url]` to "none" to remove the proxy.