mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 07:01:50 +00:00
Update README.markdown
This commit is contained in:
parent
f502867a89
commit
150e397314
@ -57,9 +57,8 @@ 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user