summarylogtreecommitdiffstats
path: root/nvm.install
diff options
context:
space:
mode:
Diffstat (limited to 'nvm.install')
-rw-r--r--nvm.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/nvm.install b/nvm.install
index aab3f1ff6d58..326f1b10ca65 100644
--- a/nvm.install
+++ b/nvm.install
@@ -7,10 +7,8 @@ or similar depending on your shell (and then restart your shell):
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc
-You can now install node.js versions (e.g. nvm install 5.0) and
-activate them (e.g. nvm use 5.0). You may want to activate your
-preferred node.js version in your .bashrc (or similar) after
-sourcing init-nvm.sh.
+You can now install node.js versions (e.g. nvm install 10) and
+activate them (e.g. nvm use 10).
init-nvm.sh is a convenience script which does the following:
"