From cfc2d02da6c30c5a598d1127cf5ee82ff1fb6ead Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 8 Jul 2016 22:59:57 +0100 Subject: [PATCH] Use https for manual installation Not everyone has a GitHub account --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b363e..9fd5363 100644 --- a/README.md +++ b/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`