Skip to content

Commit

Permalink
Add link to tj/n
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Mar 13, 2017
1 parent 8779d93 commit 923bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/01-node-yarn-package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ sudo apt-get install -y nodejs

You want any version of Node > 6.5.0.

## NVM
## Node Version Management Tools

If Node is already installed, or if you want more flexibility, install NVM ([Node Version Manager](https://github.com/creationix/nvm)), and make NVM install and use the latest version of Node for you.
If you need the flexibility to use multiple versions of Node, check out [NVM](https://github.com/creationix/nvm) or [tj/n](https://github.com/tj/n).

## NPM

Expand Down

0 comments on commit 923bc59

Please sign in to comment.