From 75f68c8a38e7ba9f1cf2b4f9321ed60bdeb35a98 Mon Sep 17 00:00:00 2001 From: Steven Schmatz Date: Thu, 7 Sep 2017 10:51:49 -0400 Subject: [PATCH] git:// -> https:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df4e90..bd4663c 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`: