mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-21 12:24:56 +00:00
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:
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user