<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
@ -131,7 +131,7 @@ If you have `git` installed (requires git v1.7.10+):
@@ -131,7 +131,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`
2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.9`
2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.10`
3. 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:
@ -497,7 +497,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
@@ -497,7 +497,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh