From 6bb1fc3ff5fd872af35519354251f0344b495568 Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Wed, 21 Sep 2016 22:43:54 +0530 Subject: [PATCH] Shorter URL for the install script. More info at https://github.com/hemanth/nvm-now --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`).