mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
Merge pull request #276 from frasertweedale/fix/readme-clone-url
readme: use https clone url
This commit is contained in:
commit
8ce8bef249
@ -23,7 +23,7 @@ For manual install create a folder somewhere in your filesystem with the `nvm.sh
|
|||||||
|
|
||||||
Or if you have `git` installed, then just clone it:
|
Or if you have `git` installed, then just clone it:
|
||||||
|
|
||||||
git clone git://github.com/creationix/nvm.git ~/.nvm
|
git clone https://github.com/creationix/nvm.git ~/.nvm
|
||||||
|
|
||||||
To activate nvm, you need to source it from your bash shell
|
To activate nvm, you need to source it from your bash shell
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user