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.
This commit is contained in:
Bendix Sältz 2022-04-26 11:21:01 +02:00 committed by GitHub
parent 00a7cc2200
commit 20b3e087fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`: