From ea4a351c024ede67389023efd58df4fdf03df902 Mon Sep 17 00:00:00 2001 From: Jinsu Mathew Date: Thu, 2 Jul 2015 14:37:02 +0530 Subject: [PATCH] Updates README to mention nvm alias set symlink. Resolves #632 --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index d8d8a37..39bab8d 100644 --- a/README.markdown +++ b/README.markdown @@ -101,6 +101,8 @@ To set a default Node version to be used in any new shell, use the alias 'defaul nvm alias default stable +This creates a symlink to the stable version for the Node or to the verison you can mention instead of stable, so you don't have to `nvm use` everytime you start a shell session. + To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`: export NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist