aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2024-03-26 11:39:09 -0400
committerJames Vasile <james@jamesvasile.com>2024-03-26 11:39:09 -0400
commite6065e0cfd8fdc15671b7f09a84e24804326ebb9 (patch)
tree996337123576c0cdf225a58fcb7b4c7e05eff9ed
parent1212f755a0df22f69e201912390ea9f710ccbf1f (diff)
downloadgit-bug-e6065e0cfd8fdc15671b7f09a84e24804326ebb9.tar.gz
Use HTTPS repo url
When cloning this repo for installation (as opposed to development), users should use the HTTPS url for this repo, as they almost certainly do not have the necessary access rights to clone via SSH.
-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
```