Skip to content

Commit

Permalink
Basic usage: added info about nvs link (jasongin#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
borekb authored and jasongin committed Jun 7, 2018
1 parent 4fabc29 commit 133bbbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ Or to add the latest LTS version of node:
```
$ nvs add lts
```
Then run the `nvs use` command to add a version of node to your PATH:
Then run the `nvs use` command to add a version of node to your PATH for the current shell:
```
$ nvs use lts
PATH += ~/.nvs/node/6.9.1/x64
```
To add it to PATH permanently, use `nvs link`:
```
$ nvs link lts
```

## Command reference
Command | Description
Expand Down

0 comments on commit 133bbbd

Please sign in to comment.