<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
@ -98,7 +98,7 @@ If the above doesn't fix the problem, open your `.bash_profile` and add the foll
@@ -98,7 +98,7 @@ If the above doesn't fix the problem, open your `.bash_profile` and add the foll
@ -157,7 +157,7 @@ If you have `git` installed (requires git v1.7.10+):
@@ -157,7 +157,7 @@ If you have `git` installed (requires git v1.7.10+):
1. clone this repo in the root of your user profile
- `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
1. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.11`
1. `cd ~/.nvm` and check out the latest version with `git checkout v0.34.0`
1. activate nvm by sourcing it from your shell: `. nvm.sh`
Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
@ -616,7 +616,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
@@ -616,7 +616,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh