mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 07:01:50 +00:00
Update README.markdown
Added the hint to load the profile before doing the `command -v nvm
This commit is contained in:
parent
ec2f450b6e
commit
24b93ac575
@ -48,7 +48,9 @@ Note: On OSX, if you get `nvm: command not found` after running the install scri
|
||||
|
||||
To verify that nvm has been installed, do
|
||||
|
||||
command -v nvm
|
||||
`source ~/.bash_profile` (or whichever profile you added nvm to)
|
||||
|
||||
`command -v nvm`
|
||||
|
||||
which should output 'nvm' if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user