summarylogtreecommitdiffstats
path: root/nvm-git.install
diff options
context:
space:
mode:
authorTom Wadley2019-02-07 16:39:28 -0600
committerTom Wadley2019-02-07 16:44:18 -0600
commitb3b930346d8e2b9b18f376d35eb72cef5434097f (patch)
tree7565c2dbe8e5a51be5568aadf9880d156cca1117 /nvm-git.install
parente2750a12f987a108f24789801ab73ca21bc58dfa (diff)
downloadaur-b3b930346d8e2b9b18f376d35eb72cef5434097f.tar.gz
Create nvm.sh symlink under NVM_DIR for third party scripts that expect it to be there
- Now that nvm.sh exists under NVM_DIR, nvm-exec can also just be a symlink - Modernize post install documentation
Diffstat (limited to 'nvm-git.install')
-rw-r--r--nvm-git.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/nvm-git.install b/nvm-git.install
index aab3f1ff6d58..326f1b10ca65 100644
--- a/nvm-git.install
+++ b/nvm-git.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:
"