summarylogtreecommitdiffstats
path: root/nvm.install
diff options
context:
space:
mode:
authorTom Wadley2019-02-07 16:23:46 -0600
committerTom Wadley2019-02-07 16:33:30 -0600
commit95a93f91df964680ef3b1e8d5a3c2c54e93a8743 (patch)
treed3ff13c6f047eac489d9486e8547458900de7b2e /nvm.install
parent64978bad0cc19f8a2af3816e5670c449e701af70 (diff)
downloadaur-95a93f91df964680ef3b1e8d5a3c2c54e93a8743.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 - Remove unused function from PKGBUILD
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:
"