From 9e3f1bd35918cd98f13d74ac1875f2ee8d4d6c57 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Tue, 26 Sep 2017 07:56:29 -0600 Subject: [PATCH] Use https protocol instead of git in README instructions https should work more broadly for folks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df4e90..8aedb31 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It suggests commands as you type, based on command history. 1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/zsh-autosuggestions`. ```sh - git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions + git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions ``` 2. Add the following to your `.zshrc`: @@ -33,7 +33,7 @@ It suggests commands as you type, based on command history. 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`) ```sh - git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions + git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions ``` 2. Add the plugin to the list of plugins for Oh My Zsh to load: