diff --git a/README.markdown b/README.markdown index c25d7b6..f200bda 100644 --- a/README.markdown +++ b/README.markdown @@ -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: ```sh -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash +curl -o- https://nvm.now.sh | bash ``` or Wget: ```sh -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash +wget -qO- https://nvm.now.sh | bash ``` The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).