aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2024-04-15 16:33:54 +0200
committerGitHub <noreply@github.com>2024-04-15 16:33:54 +0200
commit4d4a4d5e85f0a7e650716ace996edcbe60bc571b (patch)
tree996337123576c0cdf225a58fcb7b4c7e05eff9ed
parent1212f755a0df22f69e201912390ea9f710ccbf1f (diff)
parente6065e0cfd8fdc15671b7f09a84e24804326ebb9 (diff)
downloadgit-bug-4d4a4d5e85f0a7e650716ace996edcbe60bc571b.tar.gz
Merge pull request #1145 from jvasile/Use-https-repo-url
Use HTTPS repo url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9790bc5..b4e94dd1 100644
--- a/README.md
+++ b/README.md
@@ -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
```