From 20b3e087fdd00582e3ba23a8bc4ba57a1b6843f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendix=20S=C3=A4ltz?= Date: Tue, 26 Apr 2022 11:21:01 +0200 Subject: [PATCH] Drop unsupported git protocol from Readme When trying to clone the repository, git complained with: ``` fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. ``` Using HTTPS in the URL works just fine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c86506..ba030cc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add `zinit light zsh-users/zsh-completions` to your `~/.zshrc`. * Clone the repository: - git clone git://github.com/zsh-users/zsh-completions.git + git clone https://github.com/zsh-users/zsh-completions.git * Include the directory in your `$fpath`, for example by adding in `~/.zshrc`: