From e6065e0cfd8fdc15671b7f09a84e24804326ebb9 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Tue, 26 Mar 2024 11:39:09 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9790bc5b10647a8c340dbd0a4467ee7576a9aa0..b4e94dd1e2d694b51bc2a9b36c1c33092e7a58ae 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Or from the ports collection
Compile from git (unstable) ```shell -git clone git@github.com:MichaelMure/git-bug.git +git clone https://github.com/MichaelMure/git-bug.git make install ```