Browse Source

Use https for manual installation

Not everyone has a GitHub account
pull/5/head
Luke Childs 9 years ago
parent
commit
cfc2d02da6
  1. 2
      README.md

2
README.md

@ -63,7 +63,7 @@ plugins+=(zsh-nvm)
Clone this repository somewhere (`~/.zsh-nvm` for example)
```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`

Loading…
Cancel
Save