diff --git a/README.markdown b/README.markdown index ff78e28..b270b1b 100644 --- a/README.markdown +++ b/README.markdown @@ -354,6 +354,12 @@ add-zsh-hook chpwd load-nvmrc load-nvmrc ``` +In addition, run the following command to set the default node version in your shell to use the system-installed version of node, in case no .nvmrc file exist in the path we're accessing: + +```zsh +nvm alias default system +``` + ## License nvm is released under the MIT license.