Update README.markdown

This commit is contained in:
markerx 2016-03-23 10:33:13 -06:00
parent 4755d0da86
commit f502867a89

View File

@ -57,8 +57,9 @@ If the "nvm: command not found" continues to persist, continue to Troubleshootin
Open your .bash_profile file which is located in your Home directory, verify that the line following code exist: Open your .bash_profile file which is located in your Home directory, verify that the line following code exist:
`export NVM_DIR="$HOME/.nvm"` `export NVM_DIR="$HOME/.nvm"
`[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm`
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm`
If not, add the above code and save the file. If not, add the above code and save the file.