From f502867a89e36c79f301ad68371698d3019d2451 Mon Sep 17 00:00:00 2001 From: markerx Date: Wed, 23 Mar 2016 10:33:13 -0600 Subject: [PATCH] Update README.markdown --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6765f11..c95c219 100644 --- a/README.markdown +++ b/README.markdown @@ -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: -`export NVM_DIR="$HOME/.nvm"` -`[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm` +`export NVM_DIR="$HOME/.nvm" + +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm` If not, add the above code and save the file.