mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 8e4088395d
into bee7b9970e
This commit is contained in:
commit
7ec0fa48be
@ -68,13 +68,13 @@ Homebrew installation is not supported. If you have issues with homebrew-install
|
||||
To install or update nvm, you can use the [install script][2] using cURL:
|
||||
|
||||
```sh
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
|
||||
```
|
||||
|
||||
or Wget:
|
||||
|
||||
```sh
|
||||
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
|
||||
wget -qO- https://raw.githubusercontent.com/creationix/nvm/master/install.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>
|
||||
|
Loading…
Reference in New Issue
Block a user