diff options
author | Michael Muré <batolettre@gmail.com> | 2024-04-15 16:33:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 16:33:54 +0200 |
commit | 4d4a4d5e85f0a7e650716ace996edcbe60bc571b (patch) | |
tree | 996337123576c0cdf225a58fcb7b4c7e05eff9ed | |
parent | 1212f755a0df22f69e201912390ea9f710ccbf1f (diff) | |
parent | e6065e0cfd8fdc15671b7f09a84e24804326ebb9 (diff) | |
download | git-bug-4d4a4d5e85f0a7e650716ace996edcbe60bc571b.tar.gz |
Merge pull request #1145 from jvasile/Use-https-repo-url
Use HTTPS repo url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ Or from the ports collection <details><summary>Compile from git (unstable)</summary> ```shell -git clone git@github.com:MichaelMure/git-bug.git +git clone https://github.com/MichaelMure/git-bug.git make install ``` |