Skip to content

Commit

Permalink
Add upgrade command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed May 18, 2017
1 parent 5b0d80d commit 196b387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Command | Description
`nvs add <version>` | Download and extract a node version
`nvs rm <version>` | Remove a node version
`nvs migrate <fromver> [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 <ver> <js> [args...]` | Run a script using a node version
Expand Down

0 comments on commit 196b387

Please sign in to comment.