mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Use https for manual installation
Not everyone has a GitHub account
This commit is contained in:
parent
18c6f3340a
commit
cfc2d02da6
@ -63,7 +63,7 @@ plugins+=(zsh-nvm)
|
|||||||
Clone this repository somewhere (`~/.zsh-nvm` for example)
|
Clone this repository somewhere (`~/.zsh-nvm` for example)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone git@github.com:lukechilds/zsh-nvm.git ~/.zsh-nvm
|
git clone https://github.com/lukechilds/zsh-nvm.git ~/.zsh-nvm
|
||||||
```
|
```
|
||||||
Then source it in your `.zshrc`
|
Then source it in your `.zshrc`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user