Skip to content

Commit 923bc59

Browse files
committed
Add link to tj/n
1 parent 8779d93 commit 923bc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/01-node-yarn-package-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ sudo apt-get install -y nodejs
1919

2020
You want any version of Node > 6.5.0.
2121

22-
## NVM
22+
## Node Version Management Tools
2323

24-
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.
24+
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).
2525

2626
## NPM
2727

0 commit comments

Comments
 (0)