From 1bc44c87d4724b269f977fbbae3b15b56e30bc49 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Sat, 4 Oct 2014 12:59:13 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd4164..5e5997f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Make sure you use the same installation and symlink folder. If you originally in NVM for Windows is a command line tool. Simply type `nvm` in the console for help. The basic commands are: -- `nvm arch`: Show if node is running in 32 or 64 bit mode. +- `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 on`: Enable node.js version management.