Shorter URL for the install script.

More info at https://github.com/hemanth/nvm-now
This commit is contained in:
hemanth.hm 2016-09-21 22:43:54 +05:30 committed by GitHub
parent 160a39c844
commit 6bb1fc3ff5

View File

@ -61,13 +61,13 @@ Note: Git versions before v1.7 may face a problem of cloning nvm source from Git
To install or update nvm, you can use the [install script][2] using cURL: To install or update nvm, you can use the [install script][2] using cURL:
```sh ```sh
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash curl -o- https://nvm.now.sh | bash
``` ```
or Wget: or Wget:
```sh ```sh
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash wget -qO- https://nvm.now.sh | bash
``` ```
<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub> <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>