From b042bcc36dd9557a9ed268f576207766b27f4ad5 Mon Sep 17 00:00:00 2001 From: Josh Thorpe <33478918+ThorpeJosh@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:03:21 +0800 Subject: [PATCH] Fix the install docs git clone command Git cloning via SSH has authentication issues for those that don't have keys setup. HTTPS works with public repos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2ec72..5a6fc6c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ fpath=( ~/Projects/mac-zsh-completions/completions $fpath ) ### Install via [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/) ```zsh -git clone git@github.com:scriptingosx/mac-zsh-completions.git "$ZSH_CUSTOM/plugins/mac-zsh-completions" +git clone https://github.com/scriptingosx/mac-zsh-completions.git "$ZSH_CUSTOM/plugins/mac-zsh-completions" ``` - Add to your `~/.zshrc` plugins array `plugins=(... mac-zsh-completions)`