@ -8,25 +8,24 @@ To install create a folder somewhere in your filesystem with the "`nvm.sh`" file
@@ -8,25 +8,24 @@ To install create a folder somewhere in your filesystem with the "`nvm.sh`" file
Or if you have `git` installed, then just clone it:
The first line tells your system where NVM is installed, you should already have nvm.sh there. The second line loads the nvm function into your bash shell so that it's available as a command. The third line sets your default node version.
The first line loads the nvm function into your bash shell so that it's available as a command. The second line sets your default node version to the latest released version.
## Usage
To download, install, and use the v0.1.91 release of node do this:
To download, install, and use the v0.1.94 release of node do this:
nvm install v0.1.91
nvm install v0.1.94
And then in any new shell just use the installed version:
nvm use v0.1.91
nvm use v0.1.94
If you want to track HEAD then use the clone command: