From 62b73f7e78de9d73c72fc764bf28a025bdd9ec2d Mon Sep 17 00:00:00 2001 From: Will Owens Date: Mon, 28 Mar 2022 08:57:48 -0700 Subject: [PATCH] Update installation repo URL Github has stopped supporting `git://` protocol URLs See: https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1512d5..d4d95ad 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ features. ## Installation ```bash -git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze +git clone https://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze ~/.scm_breeze/install.sh source ~/.bashrc # or source "${ZDOTDIR:-$HOME}/.zshrc" ```