From a00a3a74296cfa5ddf89af012b379c6f0fb85221 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 3 Sep 2014 00:07:45 -0700 Subject: [PATCH] Document NVM_SYMLINK_CURRENT env var from #514. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index a239d6d..2c9e01a 100644 --- a/README.markdown +++ b/README.markdown @@ -79,6 +79,8 @@ To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`: NVM_NODEJS_ORG_MIRROR=http://nodejs.org/dist nvm install 0.10 +`nvm use` will, by defaut, create a "current" symlink. Set `$NVM_SYMLINK_CURRENT` to any value other than "true" to disable this behavior. + ## License nvm is released under the MIT license.