diff options
author | James Vasile <james@jamesvasile.com> | 2024-03-26 11:39:09 -0400 |
---|---|---|
committer | James Vasile <james@jamesvasile.com> | 2024-03-26 11:39:09 -0400 |
commit | e6065e0cfd8fdc15671b7f09a84e24804326ebb9 (patch) | |
tree | 996337123576c0cdf225a58fcb7b4c7e05eff9ed | |
parent | 1212f755a0df22f69e201912390ea9f710ccbf1f (diff) | |
download | git-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.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 ``` |