Update installation repo URL

Github has stopped supporting `git://` protocol URLs

See: https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
Will Owens
2022-03-28 08:57:48 -07:00
committed by GitHub
parent 24d08174e7
commit 62b73f7e78

View File

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