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:
@@ -27,7 +27,7 @@ features.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```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
|
~/.scm_breeze/install.sh
|
||||||
source ~/.bashrc # or source "${ZDOTDIR:-$HOME}/.zshrc"
|
source ~/.bashrc # or source "${ZDOTDIR:-$HOME}/.zshrc"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user