mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
I guess export isn't needed in this context.
This commit is contained in:
parent
641cbb634d
commit
c657328c8d
@ -12,7 +12,7 @@ Or if you have `git` installed, then just clone it:
|
|||||||
|
|
||||||
Then add two lines to your bash profile:
|
Then add two lines to your bash profile:
|
||||||
|
|
||||||
export NVM_DIR=$HOME/.nvm
|
NVM_DIR=$HOME/.nvm
|
||||||
. $NVM_DIR/nvm.sh
|
. $NVM_DIR/nvm.sh
|
||||||
nvm use
|
nvm use
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user