From 196b387b30e352a1fd1b27c8c3fa8476e4d6490a Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Thu, 18 May 2017 11:56:35 -0700 Subject: [PATCH] Add upgrade command to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ada288..0d0feba 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Command | Description `nvs add ` | Download and extract a node version `nvs rm ` | Remove a node version `nvs migrate [tover]` | Migrate global modules +`nvs upgrade [fromver]` | Upgrade to latest patch of major version `nvs use [version]` | Use a node version in the current shell `nvs auto [on/off]` | Automatically switch based on cwd `nvs run [args...]` | Run a script using a node version